Can i create a GUI (graphical interface) in Python like PowerShell ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can i create a GUI (graphical interface) in Python like PowerShell ?

All in the question ;)

11th Oct 2018, 2:47 PM
PAUL Willy
PAUL Willy - avatar
3 Answers
+ 2
Actually tkinker isn't very flexible and it would be hard to create complicated GUIs with it. For this task you can read about PyQt.
11th Oct 2018, 4:25 PM
Dariy Velychko
Dariy Velychko - avatar
+ 2
tkinter module can help you.it is use for creating GUI with the help of python.
11th Oct 2018, 3:57 PM
Maninder $ingh
Maninder $ingh - avatar
+ 1
ok ok thanks :)
11th Oct 2018, 5:36 PM
PAUL Willy
PAUL Willy - avatar