A desktop application for managing X-Plane plugins with a modern, user-friendly interface.
- Install plugins from ZIP files or folders
- Backup plugins to ZIP archives
- Enable/disable plugins
- Restore plugins from backups
- View plugin contents
- Manage plugin installations
- Operation logging
- Persistent settings
- Python 3.8+
- PyQt6
- See
requirements.txt
for complete dependencies
- Clone this repository:
git clone https://github.com/womail/xplane-plugin-manager.git
cd xplane-plugin-manager
- Install dependencies:
pip install -r requirements.txt
python Plugin-App.py
- Select your X-Plane installation folder when prompted
- (Optional) Select a backup folder for plugin archives
- Use the interface to manage your plugins:
- Install new plugins
- Create backups
- Enable/disable plugins
- Restore from backups
- View plugin contents
- Fork the repository
- Create a 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.