index
:
i2c-controller.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
kasper_gui.py
blob: e5edc6a26833743c6715bdb978385f2731429f27 (
plain
)
1
2
3
4
5
6
import tkinter display = tkinter.Tk() display.title("Kasper") display.mainloop()