An open API service indexing awesome lists of open source software.

https://github.com/highstimrequired/plauncher

A GUI based launcher for python scripts
https://github.com/highstimrequired/plauncher

Last synced: over 1 year ago
JSON representation

A GUI based launcher for python scripts

Awesome Lists containing this project

README

          

# Plauncher - Python Script Launcher

**Plauncher** is a simple, user-friendly application designed to organize and execute Python scripts via a graphical interface. It uses `PyQt` to create a minimalist, dark-themed launcher with buttons corresponding to specific scripts.

## Features
- **Script Management**: Quickly execute pre-defined Python scripts with a single click.
- **Expandable**: Easily add new scripts to the launcher by modifying the `scripts` dictionary.
- **Dark Mode Theme**: Provides a visually pleasing, modern interface with a dark background and styled buttons.
- **Error Logging**: Displays error messages for troubleshooting if script execution fails.

## Usage
1. Place your Python scripts in the `scripts` directory.
2. Update the `scripts` dictionary in `plauncher.py` with the script names and file paths.
3. Run `plauncher.py` to launch the application.
4. Click on the corresponding button to execute a script.

## Installation
1. Install Python (if not already installed).
2. Clone or download the repository.
3. Install any required dependencies for individual scripts.
4. Run the launcher:
```bash
python plauncher.py
```

## License
This project is licensed under the **MIT License**. See below for details.

```
MIT License

Copyright (c) 2024 [Your Name]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

### Author
Built with ❤️ by [Pickle](https://github.com/HighStimRequired) and powered by Python.