Is there any way to create a gui using python code only | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Is there any way to create a gui using python code only

hello I wanted to know if there is any method to create a ui in python

14th Jul 2018, 5:02 AM
Aditya Gupta
Aditya Gupta - avatar
8 Answers
+ 10
Very much. I'm learning coding on my Android Phone, using Pydroid 3. If you want to work with GUI, you could use these libaries ======= 1.Tkinter 2.Turtle 3.Kivy 3.WxPython
14th Jul 2018, 5:26 AM
Dlite
Dlite - avatar
+ 6
Tkinter module is best for GUI. here it is tutorial. https://www.youtube.com/playlist?list=PLQVvvaa0QuDclKx-QpC9wntnURXVJqLyk
14th Jul 2018, 5:23 AM
Maninder $ingh
Maninder $ingh - avatar
+ 3
You can use: tkinter, turtle, PyQt5, etc... PyQt is the most famous, and, the (probably) best, but also the most complicated.
14th Jul 2018, 4:29 PM
Paul Grasser
Paul Grasser - avatar
+ 3
You can use any of the frame works below: Tkinter Wxpython PyQt For simplicity, i will recommend Tkinter for you, while for advancement (Advance projects) i recommend Wxpython.
15th Jul 2018, 1:13 AM
Ahmad M Ameen
Ahmad M Ameen - avatar
+ 2
import tkinter
14th Jul 2018, 8:00 AM
🅿️®️⭕️_e✖️e
🅿️®️⭕️_e✖️e - avatar
+ 2
Yahiko you mention Kivy twice
14th Jul 2018, 4:30 PM
Paul Grasser
Paul Grasser - avatar
+ 1
Thank you
14th Jul 2018, 4:30 PM
Dlite
Dlite - avatar
0
Dlìte how can i use tkinter on pydroid 3, it is not displaying output on mine!
16th Jun 2021, 4:13 PM
MUZAMMIL SIDDIQUI
MUZAMMIL SIDDIQUI - avatar