+ 3
Can i create a GUI (graphical interface) in Python like PowerShell ?
All in the question ;)
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.
+ 2
tkinter module can help you.it is use for creating GUI with the help of python.
+ 1
ok ok thanks :)