This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
xubo
/
awesome-python
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
236664075b
Branches
Tags
feature/4-zoulong
feature/dev
master
awesome-python
/
livepocket
/
tkinter_gui.py
tkinter_gui.py
70 B
Verlauf
Originalformat
1
2
3
4
5
import tkinter
top = tkinter.Tk(className='tkinter')
top.mainloop()