How to make an exe or etc with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make an exe or etc with python

I know how to write codes , but how to make it an app?

2nd Aug 2019, 10:44 PM
ali vz
ali vz - avatar
3 Answers
+ 2
For Android: www.kivy.org
2nd Aug 2019, 11:33 PM
HonFu
HonFu - avatar
+ 1
To install the plugin "pyinstaller" is a way to convert .py to an exe file.
4th Aug 2019, 5:36 AM
呂凱博
呂凱博 - avatar
+ 1
exe suggests that you use Windows. if you were using Linux you can take one more approach. You can archive every file you have in your script and add on the beginning of file python interpreter. This way when you call ./your_archived_script it will execute code from __main__.py file
7th Aug 2019, 10:25 AM
Mateusz R
Mateusz R - avatar