Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 625 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 625 Bytes

PyToExe

A simple script that converts Python scripts into executables using PyInstaller.

Installation

  1. Clone the repository:

    git clone https://github.com/ali-albdaer/PyToExe.git
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Copy and paste your scripts in the root directory.

  2. [Optional] change the global vars in the script.

  3. Run the script exe.py:

    python exe.py
  4. Your executables will be in the dist directory

License

This project is licensed under the MIT License.