A fast and efficient Windows utility for managing and executing your Python scripts locally in one centralized place.
- Centralized Management: Easily add and keep track of your Python scripts in a clean, modern list.
- One-Click Execution: Run your Python scripts directly from the GUI without opening the command prompt manually.
- Integrated Console: View standard output and errors in real-time with color-coded syntax (green for regular output, red for errors).
- Auto-Updates: Built-in update checker directly connects to this GitHub repository to ensure you always have the latest version.
- Safe Deletion: Removing a script from the runner safely moves the file to the Windows Recycle Bin rather than permanently deleting it.
- Windows OS: Windows 10 or 11 recommended.
- Python: Python must be installed on your system and added to your system's
PATHenvironment variable so the runner can execute the scripts.
- Navigate to the Releases page of this repository.
- Download the latest compiled executable file.
- Run the application. No complex installation or setup is required!
- Click β Add Script and browse for a Python file (
.py) to add it to your collection. - To run a script, click the βΆ Run button next to its name. The console window will automatically expand to show the output.
- To remove a script, click the β Delete button.
Developed and maintained by PixelPanga Tech.
π Website: http://pixelpanga.freedev.app/
Β© PixelPanga Tech. All rights reserved.
Easily add, remove, and execute your Python scripts in one centralized place.