Can I convert py(python 3) file to exe by termux android app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I convert py(python 3) file to exe by termux android app

I want to convert a python file to exe by Android cmd (termux)

20th May 2020, 8:14 AM
Anupam Kayal
Anupam Kayal - avatar
2 Answers
0
You may use regular converter such as PyInstaller. e.g. pip install pyinstaller pyinstaller -F your_code.py
20th May 2020, 9:29 AM
李立威
0
sir do you have any idea to convert python files into an exe file in termux
29th Aug 2020, 6:34 AM
Sandeep Malakar
Sandeep Malakar - avatar