How to run python file without terminal in linux?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to run python file without terminal in linux??

Python GUI Window

18th Oct 2019, 8:27 AM
AbdErrazak Kenniche
AbdErrazak Kenniche - avatar
7 Answers
+ 2
Just save the file with .Py extension and open with ''cmd'' (for python)
18th Oct 2019, 10:11 AM
Dipendra
Dipendra - avatar
+ 2
Just download a IDE like pycharm But I would recommend to be familiar with terminal and use it to access full capabilities of your operating system. It will help you in future
18th Oct 2019, 10:22 AM
Arsenic
Arsenic - avatar
0
Wht i want is to open my gui program on ubuntu without the black background of terminal As usual programs
18th Oct 2019, 11:14 AM
AbdErrazak Kenniche
AbdErrazak Kenniche - avatar
0
Maybe you need to find out the package that can help you convert your gui program to be an app on linux.
19th Oct 2019, 9:44 AM
kevinkuo
0
How to??
19th Oct 2019, 1:40 PM
AbdErrazak Kenniche
AbdErrazak Kenniche - avatar
0
Sorry about that I am not expert, but I find this on google. you can try it. https://docs.python-guide.org/shipping/packaging/
19th Oct 2019, 2:11 PM
kevinkuo
0
Thnx man😉
19th Oct 2019, 7:47 PM
AbdErrazak Kenniche
AbdErrazak Kenniche - avatar