How do i convert .py to be .exe please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i convert .py to be .exe please help

.py to exe

15th Oct 2021, 9:24 AM
Dr_knowmore
Dr_knowmore - avatar
2 Answers
+ 1
Before you ask a question check if It has been asked before. This how you do it Open the terminal on your IDE and type in this: pip install pyinstaller pyinstaller install (filename/location)
15th Oct 2021, 11:59 AM
Richard
Richard - avatar