0

How can i make GUI on python ?

I want to know how to make GUI on python. Is there a library, framework or special program (like windows forms for c#) for it?

17th Jun 2020, 10:58 PM
DankAvHi
DankAvHi - avatar
2 Answers
+ 2
Tkinter comes to mind as it is really easy to learn and use. It comes installed with python. There are other options though like Pygame, PyQt and the likes...
17th Jun 2020, 11:20 PM
Tomiwa Joseph
Tomiwa Joseph - avatar