-
Couldn't load subscription status.
- Fork 6
Adding few samples on how to use the package #15
base: main
Are you sure you want to change the base?
Conversation
|
@dlech can you check this PR. I added some extra sample for commonly asked questions in stackoverflow. |
|
Thanks for working on this. It looks good to me. The PDF appears to be corrupted. I would rather not have a random binary file here anyway. Maybe we could create a smaller file. I've been looking into toasts lately since that seems to be the number 1 use for this library so far. That example will need some changes, but I am still learning so I don't know exactly what I want to do with it yet. |
Sure. I modified to take pdf file as user input. |
|
|
||
| class Pickers: | ||
| def __init__(self) -> None: | ||
| self.last_folder_picked = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is one way to save the value which is obtained in a callback method
| @@ -0,0 +1,4 @@ | |||
| There are already packages available for Windows toast which uses python-winsdk: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/GitHub30/win11toast seems to also be using winsdk
Planning to add examples on how to use the package.
Something similar to: