Python py to exe 🏃

python convert .py to .exe file tutorial example explained #python #py #exe *********************************************************** (Windows Defender may prevent you from running) (make sure pip and pyinstaller are installed/updated) 1. cd to directory that contains your .py file 2. pyinstaller ... -F (all in 1 file) -w (removes terminal window) -i (adds custom icon to .exe) (name of your main python file) 3. exe is located in the dist folder *********************************************************** Bro Code merch store 👟 : =========================================================== ===========================================================
Back to Top