0
How to convert a Python project to exe using pyinstaller?
I know how to convert a single file into exe but I want to convert a whole project. I have a project in Pycharm with virtual environment created. How can I convert all the files (that import each other of course) in the project to exe?
4 Respostas
+ 3
+ 2
Bro put all files in one folder then convert in exe........
+ 1
pyinstaller Yourfile.py
0
Sarvesh ✓
I want to convert the whole project not a single file. The files import each other so creating exe one by one would result in error.