A modern, professional desktop application built to visualize Python code compilation, execution, and output in real-time. Designed with a sleek, dark-themed UI reminiscent of professional IDEs like VS Code.
- Modern UI/UX: Built with
customtkinterfor a beautiful, dark-mode first design with flat, borderless tabs. - Smart File Management: Complete file tracking with
New,Open,Save, andSave Asfunctionality. - Unsaved Changes Protection: IDE-like prompt (Yes/No/Cancel) on exit if there are unsaved changes.
- Live Output Visualization: Instantly compiles and visualizes your Python script output.
- Standalone Executable: Portable
.exebuild available in the releases section with a custom rounded squircle logo.
- Python 3.x
- CustomTkinter (for modern GUI components)
- PyInstaller (for standalone Windows executable generation)
- Clone this repository:
git clone https://github.com/yourusername/python-compiler-visualizer.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python Compiler_app.py
Don't want to install Python? You can directly download the standalone Windows executable:
- Go to the Releases section on the right side of this GitHub page.
- Download
Python Compiler Visualizer.exe. - Double-click and run!