Python codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python codes

which programs i can use to give interfaces to python's codes?? or how to change python code to usable programs??

27th Oct 2017, 8:13 PM
khalil ayoub
khalil ayoub - avatar
2 Answers
+ 3
first -->>>pip install pyinstaller then -->>>pyinstallet.exe --onefile --windowed myapp.py this command create two file: 1- myapp.exe (that's ur program) 2-myapp.spec (all option of ur program)
27th Oct 2017, 9:17 PM
Reza
Reza - avatar
+ 2
thnx so much
27th Oct 2017, 9:42 PM
khalil ayoub
khalil ayoub - avatar