GUI for python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

GUI for python

How can I add a GUI to my python program instead of getting input from the console? Ie, I would like to give the user a form to complete and the process the information when the users clicks “submit”

5th Aug 2018, 9:04 AM
Terence Hinrichsen
Terence Hinrichsen - avatar
2 Answers
+ 2
Python has a build in GUI library called Tkinter you can use for that
5th Aug 2018, 9:34 AM
Qwertiony
Qwertiony - avatar
+ 4
You need to learn tkinter module for it. check this. GUIs with Tkinter (intermediate): https://www.youtube.com/playlist?list=PLQVvvaa0QuDclKx-QpC9wntnURXVJqLyk
5th Aug 2018, 4:44 PM
Maninder $ingh
Maninder $ingh - avatar