中文 | English
A lightweight Python script management and execution tool with a modern GUI interface.
- Create, edit, save and delete Python scripts
- Script list management
- Syntax highlighting editor
- Auto-save support
- Real-time script execution
- Live output display
- Clear output function
- Python interpreter integration
- Modern GUI built with PyQt6
- Multi-language support (English/Chinese)
- Status bar notifications
- Intuitive toolbar operations
- Python 3
- PyQt6 for GUI
- SQLite for data storage
- Built-in Python script execution
- Clone the repository:
git clone https://github.com/yourusername/script-tool-box.git
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Create virtual environment:
python -m venv venv
- Activate virtual environment:
- Windows:
venv\Scripts\activate
- Unix/MacOS:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.