import py to exe
$ pip install auto-py-to-exe
import py to exe
$ pip install auto-py-to-exe
how to convert .py file to .exe
Hold shift and right click where your python file is located
and then type
pyinstaller 'fileName.py'
to convert to a simple exe file the exe file will be in your dist folder
pyinstaller --onefile 'fileName.py'
to convert to a onefile exe file the exe file will be in your dist folder
pyinstaller -w --onefile 'fileName.py'
to convert to a onefile exe file and the python window will not appear
# {(NOTE: DON'T DO THIS IF YOU PROGRAM IS CONSOLE BASED)}
# {(IF YOU HAVE MADE A GAME USING PYGAME OR USING ANYTHING ELSE
# WHERE CONSOLE IS NOT USED THEN IT'S FINE)}
# For more help you can click the link bellow
# It's 12 min tutorial of codewithharry
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us