Skip to content

omaranos517/Python-to-EXE-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

python

Python to EXE Converter

A simple and user-friendly GUI application to convert Python scripts (.py / .pyw) into standalone executable files (.exe) using PyInstaller.

Features

  • Select a Python file to convert.
  • Choose a custom output folder.
  • Add a custom icon (.ico) to your executable.
  • Hide the console window for GUI applications (optional).
  • Build as a single executable file (onefile) or directory with dependencies (onedir).
  • Loading spinner with dynamic messages to indicate progress.

Getting Started

  1. Clone the repository:
git clone https://github.com/omaranos517/Python-to-EXE-Converter.git
cd python-to-exe
  1. Install dependencies:
pip install pyinstaller
  1. Run the application:
python build.py

How to Use

  1. Select Script: Click the "Browse" button to find your .py file.
  2. Settings: Toggle "One File" if you want a single executable.
  3. Icon (Optional): Select a .ico file to brand your app.
  4. Convert: Hit the convert button and wait for the "Success" message!

About

Python to EXE Converter is a user-friendly GUI application that allows you to convert Python scripts (.py or .pyw) into standalone executable files (.exe).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages