How to create modern gui with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create modern gui with python?

Except Pyqt5 cuz its little boring and hard .Something new and easy to learn

26th Mar 2020, 5:59 PM
Suryaprakash
Suryaprakash - avatar
1 Answer
0
you can use wxpython, like pyqt5, it's a binding of a C++ library. https://wxpython.org/ there is also Kyvy which also interesting. https://kivy.org/#home
26th Mar 2020, 6:07 PM
John Robotane
John Robotane - avatar