News

Project Structure main.py - Application entry point gui/ - GUI components backend/ - Core logic for script management and execution scripts/ - User scripts (not tracked by git) config/ - Configuration ...
Package Structure python-project-generator/ ├── project_generator.py # Main generator logic ├── generator_gui.py # wxPython GUI interface ├── run.py # Entry point script ├── setup.py # Legacy ...