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.

14th Nov 2016, 4:06 PM
SYED MOHAMMAD REHAN
SYED MOHAMMAD REHAN - avatar
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.
15th Nov 2016, 3:16 AM
Nagendra Prajwal
Nagendra Prajwal - avatar