This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
xubo
/
awesome-python
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
feature/dev
Ramuri
Etichete
feature/4-zoulong
feature/dev
master
awesome-python
/
livepocket
/
tkinter_gui.py
tkinter_gui.py
70 B
Permalink
Istoric
Crud
1
2
3
4
5
import tkinter
top = tkinter.Tk(className='tkinter')
top.mainloop()