Skip to content

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

License

Notifications You must be signed in to change notification settings

ali-albdaer/PyToExe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages