This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
xubo
/
awesome-python
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
8c3f9b14d7
Rami (Branch)
Tag
feature/4-zoulong
feature/dev
master
awesome-python
/
livepocket
/
tkinter_gui.py
tkinter_gui.py
70 B
Cronologia
Originale
1
2
3
4
5
import tkinter
top = tkinter.Tk(className='tkinter')
top.mainloop()