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?
1 Respuesta
+ 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/