A simple script that converts Python scripts into executables using PyInstaller.
-
Clone the repository:
git clone https://github.com/ali-albdaer/PyToExe.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Copy and paste your scripts in the root directory.
-
[Optional] change the global vars in the script.
-
Run the script
exe.py
:python exe.py
-
Your executables will be in the dist directory
This project is licensed under the MIT License.