How to make GUI application in python?

Can I make GUI application in Python?

Yes, you can make a GUI application in python by using several libraries.

Why to make GUI application?

GUI (Graphical User Interface) application helps in easy communication between user and application and enhances user experience. Now a days almost every application made for normal users are GUI based.

Image credit: Pexels

Libraries to make GUI in Python

1.PyQt5

Installation: pip install PyQt5 

2.Tkinter

Installation: pip install tkinter 

3.Kivy

Installation: pip install Kivy 
Documentation: https://kivy.org/#home

4.wxPython

Installation: pip install wxPython 
Documentation: https://www.wxpython.org/

5.PySimpalGUI

Installation: pip install PySimpleGUI 
Documentation: https://pysimplegui.readthedocs.io/en/latest/

6.PyGUI

Installation: pip install PyGUI 
Documentation: https://www.csse.canterbury.ac.nz/greg.ewing/python_gui/

7.Pyforms 

Installation: pip install PyFroms

Documentation:  https://pyforms.readthedocs.io/en/v4/

Post a Comment

0 Comments