diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-13 08:28:29 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-13 08:28:29 +0100 |
| commit | 9ebcbfc83a64b8a27d0725dbd12f6a8fdb042934 (patch) | |
| tree | f6a053d80f44265ffb28d0b932cb12571f315543 /bin/kasper_gui.py | |
| parent | 545d44d84a3b61977ffbd55952e62a0f9bee8d9d (diff) | |
| parent | 1b9748da64281bc6fe5a808e744922ecc72fc6ba (diff) | |
Merge branch 'main' of https://github.com/nasrlol/I2C
Diffstat (limited to 'bin/kasper_gui.py')
| -rw-r--r-- | bin/kasper_gui.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/kasper_gui.py b/bin/kasper_gui.py index d94784d..e5edc6a 100644 --- a/bin/kasper_gui.py +++ b/bin/kasper_gui.py | |||
| @@ -1,11 +1,6 @@ | |||
| 1 | import tkinter | 1 | import tkinter |
| 2 | from tkinter import PhotoImage | ||
| 3 | 2 | ||
| 4 | display = tkinter.Tk() | 3 | display = tkinter.Tk() |
| 5 | display.title("Kasper") | 4 | display.title("Kasper") |
| 6 | photo = PhotoImage(file="icon.png") | ||
| 7 | display.iconphoto(False, photo) | ||
| 8 | 5 | ||
| 9 | # making 2 versions IOS AND DESKTOP | 6 | display.mainloop() \ No newline at end of file |
| 10 | # with swiftUI | ||
| 11 | display.mainloop() | ||
