+ 4
can Python be used for GUI based programs
6 Respostas
0
If you want to do some modern UI you should consider using PyQt : https://wiki.python.org/moin/PyQt
0
yes
0
Tkinter, wxpython, pyqt, gtk and much more libraries can be useful to create gui based applications. my suggestion, it's good to start with thinter
- 1
yes
- 1
yes, search Tkinter in google for more. it is really easy to learn.