summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-08 13:45:22 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-08 13:45:22 +0100
commit5a768dcb03ea90fc3be113ff73f6ee603fcda5f2 (patch)
tree71cb29f30726b4c5bbe59ea292eab11634fec363 /bin
parent4176331a554565be402dcd588002176c0e8ec121 (diff)
testing a comment
Diffstat (limited to 'bin')
-rw-r--r--bin/kasper_gui.py6
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()