0
What is the easy way for gui programming in python
Is there any third party libraries? I already tried easygui. It's so simple to display basic windows.
1 ответ
0
you can try PyQt or boa constrictor.
Both come with pretty decent features and easy to use.
if you want something basic, you can try tkinter. it is just a package in Python (default) and you need to have intermediate knowledge on async and UI programming.