0
Graphical interface application
Which framework or libraries you use (or recommend) to make applications with graphical interface? Let's say a desktop application... What I don't want is to use the prompt to execute a .py file.
2 odpowiedzi
+ 1
if you wanna make little tiny applications, just go for tkinter, but for major applications u may use wxpython, pyqt
pyqt is an awesome framework which have beautiful interface, creating interface is very easy just like vb. drag and drop.
0
Note: You cannot run tkinter on here. You would have to use a computer.
If i was you i would learn the basics with tkinter and then branch off with something more complex.