th3knv / Python-to-Exe

Python to .exe instructions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python to Exe

Python to .exe (Executable) instructions

Install requirements

pip install pyinstaller

Instructions

$ open CMD (command prompt)

$ change directory where your python file is

$ type pyinstaller --onefile '(your file name).py'

When proccess is done , .exe file has been saved in dist folder in the current directory where your .py file is

About

Python to .exe instructions