Gui using python | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Gui using python

I would like to make gui's using python using pycharm can anyone show me how

21st Mar 2017, 12:00 PM
Hari Krishnan
Hari Krishnan - avatar
1 Resposta
+ 3
Native python GUI library is tkinter. no installation needed, gui elements aren't visually appealing. 3rd party libraries that you have to install: GTK, Wx widgets, QT. gui elements can blend with the underlying OS in some cases and generally look less outdated yhan tkinter. I'm sure there are more I'm not aware of. Last resource: design your own gui with pygame. Button, switches, radio buttons. For simple interfaces is not very difficoult.
21st Mar 2017, 1:02 PM
seamiki
seamiki - avatar