Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 246 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 246 Bytes

Making of .exe file command pip install pyinstaller // if you don't have it, also make sure the path you are using is correct pyinstaller --onefile (I wanted it all to be in 1 file) -w (since i used pygames) app.py (name of my main python file)