How to install PyGUI in windows 7 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to install PyGUI in windows 7

I need to use GUI

10th Oct 2016, 10:50 AM
mynameis
1 Answer
+ 1
There are many ways, but I find Tkinter the best. Firstly, run Python 3.5 or whichever you have. Type into the command line "import tkinter". After that, type " tkinter._test()". It should open a small window, where you just press the "Quit" button. Now you can programme the GUI. You can do it in IDLE as well, since IDLE itself was written in Tkinter. Of course, start the code with importing from Tkinter. Look up on the Internet the used functions in Tkinter. Hope is the answer you needed.
17th Oct 2016, 11:12 PM
bea.
bea. - avatar