Can anybody help to add GUi in python program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anybody help to add GUi in python program

Some of my friends created a program of online food delivery system, but now they want to run it on GUi, can anyone here help me out with this?

20th Jun 2021, 11:22 AM
Javed Ullah
Javed Ullah - avatar
1 Answer
+ 2
you can use the "tkinter", "PyQt" module. ---------------------------------------------------------------------------------- Tkinter is a Python package for working with the Tk library. The Tk library contains graphical user interface (GUI) components. This library is written in the Tcl programming language. Learn tkinter: https://realpython.com/python-gui-tkinter/ https://docs.python.org/3/library/tk.html  ---------------------------------------------------------------------------------- PyQt is a set of extensions to the Qt graphical framework for the Python programming language, made as a Python extension Learn PyQt: https://pythonpyqt.com/contents/
20th Jun 2021, 12:07 PM
SammE
SammE - avatar