Metadata-Version: 2.4
Name: FunHub-app-launcher
Version: 1.0.6
Summary: CLI launcher for CLI apps
Description-Content-Type: text/markdown
Requires-Dist: pynput>=1.7.6
Requires-Dist: colorama>=0.4.6
Requires-Dist: requests>=2.31.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: packaging
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary


# CLI apps launcher

**FunHub** - is a simple CLI launcher for CLI apps 

The list of base apps included in FunHub can be found here: [View Plugin List](https://github.com/NaCl1984/FunHub-tech-page/blob/main/plugins.json)

---
## 🚀 Download
```bash
pip install funhub-app-launcher
```
### Quick start
run this command in any terminal to start:
```bash
funhub
```
## 🛠 Main Features
 * Local & Remote Plugin Support:
  
   *  Local: Launch Python scripts directly from your machine by providing a file path.

   * Remote: Launch Python scripts installed via pip.


 * Automated Dependency Management: If a remote plugin is not installed, the hub offers a one-click installation process using an integrated loading animation.

 * User-Friendly Terminal UI: Centered layout with pagination, keyboard-driven navigation, and helpful system messages for error handling.

## ➕ Adding your own apps
You can find detailed documentation on how to add your own plugins on the [official GitHub page](https://github.com/NaCl1984/FunHub-tech-page/blob/main/DOCUMENTATION.md)
