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
Ramo (Branch):
feature/dev
Rami (Branch)
Tag
feature/4-zoulong
feature/dev
master
awesome-python
/
livepocket
/
tkinter_gui.py
tkinter_gui.py
70 B
Permalink
Cronologia
Originale
1
2
3
4
5
import tkinter
top = tkinter.Tk(className='tkinter')
top.mainloop()