How do you create a Python program that doesn't need to be ran in a terminal [linux] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you create a Python program that doesn't need to be ran in a terminal [linux]

How can I create a Python program that doesn't need to be ran in a terminal [linux]

7th Feb 2017, 5:49 PM
aaa
3 Answers
+ 3
You mean probably a Python program wich run in graphic mode instead of the terminal text mode ^^ If it is, you need a GUI module/framework as Qt, Gtk, Tkinter, Kivy and so on... ;)
8th Feb 2017, 3:04 AM
visph
visph - avatar
0
You want to create an exe file? Use Cx_freeze or something like this
7th Feb 2017, 7:39 PM
Leshark
Leshark - avatar
0
you can use something like IDLE,a python IDE for writing and running programs without the need for the terminal
7th Feb 2017, 9:52 PM
tracy
tracy - avatar