How can I make a Python Program that runs on graphic mode? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can I make a Python Program that runs on graphic mode?

How can I make a Python Program that runs on graphic mode instead of terminal? I'm using linux.

9th Feb 2017, 6:07 AM
aaa
1 Answer
+ 3
Tkinter part of Python <-- most common option or wxPython a wxWindows interface if you're familiar with wxWidgets or JPython if you're familiar with making GUI's in Java or PyQt if you're familiar with Qt There are more frameworks, like Kivy for touch, but these seem to be the most used. A couple of free basic tutorials to get you started: https://www.tutorialspoint.com/python/python_gui_programming.htm http://www.python-course.eu/python_tkinter.php
9th Feb 2017, 6:57 AM
ChaoticDawg
ChaoticDawg - avatar