diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-08 13:45:22 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-08 13:45:22 +0100 |
| commit | 5a768dcb03ea90fc3be113ff73f6ee603fcda5f2 (patch) | |
| tree | 71cb29f30726b4c5bbe59ea292eab11634fec363 /bin/kasper_gui.py | |
| parent | 4176331a554565be402dcd588002176c0e8ec121 (diff) | |
testing a comment
Diffstat (limited to 'bin/kasper_gui.py')
| -rw-r--r-- | bin/kasper_gui.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/kasper_gui.py b/bin/kasper_gui.py index 2826638..77adba2 100644 --- a/bin/kasper_gui.py +++ b/bin/kasper_gui.py @@ -3,8 +3,8 @@ from tkinter import PhotoImage display = tkinter.Tk() display.title("Kasper") -photo = PhotoImage(file = "icon.png") +photo = PhotoImage(file="icon.png") display.iconphoto(False, photo) - -display.mainloop()
\ No newline at end of file +# making 2 versions IOS AND DESKTOP +display.mainloop() |
