Python has many frameworks for building graphical user interfaces. Not all of them are considered beginner-friendly. From all those GUI frameworks I chose Tkinter framework to be to most beginner-friendly and easy get started building GUI applications.
Why I chose Tkinter?
- Comes pre build into python so you don't need to install anything
- Tkinter has best documentation and tutorials available online
- You can make simple GUI in minutes
- Free and open source
- If you have little knowledge of python you can get started easily
- Applications can be exported to Windows/Mac/ Linux without a lot of Hassel