brentvollebregt/auto-py-to-exe

Converts .py to .exe using a simple graphical interface

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 13th, 2026
Created on February 9th, 2018
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Enabled
Number of forks: 817
Total Stargazers: 4,992 (+0)
Total Subscribers: 97 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 25.4 hours
90th percentile: 3.0 days
Tracked items: 43

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 8% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 415 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Stale (13)
  • bug (8)
  • question (8)
  • enhancement (7)
  • not-a-bug (3)
  • duplicate (2)
  • keep (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Auto PY to EXE is a graphical interface tool that converts Python scripts to Windows executables using PyInstaller.

The tool addresses the friction of using PyInstaller directly by wrapping its command-line interface in a web-based GUI. Users select their Python script, configure PyInstaller options through form fields, and the tool generates the corresponding executable. The interface runs in a browser window and handles the underlying PyInstaller invocation, eliminating the need to memorize or construct complex command-line arguments.

The tool suits developers who want to distribute Python applications to end users without requiring Python installation on their machines. It works well for small to medium projects where a graphical configuration interface reduces setup friction compared to learning PyInstaller's command-line options. The project supports Python versions across a wide range and runs on Windows, Linux, and macOS, though the primary use case is generating Windows executables.

Development activity shows consistent maintenance with support for recent Python versions. The project maintains translations in multiple languages, indicating ongoing community engagement. The tool is distributed through PyPI for straightforward installation, and the codebase remains accessible for local development and contribution.