Metadata-Version: 2.1
Name: py-hub-launcher
Version: 1.0.2
Summary: A modular Python-based launcher hub for managing files, scripts, and tools
Home-page: https://github.com/Unkn0wn-4uth0r/py-hub
Author: Unk0wn_4uth0r
Author-email: Unk0wn_4uth0r <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/Unkn0wn-4uth0r/py-hub
Project-URL: GitHub, https://github.com/Unkn0wn-4uth0r
Project-URL: Repository, https://github.com/Unkn0wn-4uth0r/py-hub.git
Project-URL: Issues, https://github.com/Unkn0wn-4uth0r/py-hub/issues
Keywords: launcher,hub,file-manager,tools,scripts
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Hub

This is your personal Python Hub — a terminal-based launcher that auto-detects
games, scripts, and info files inside the `Python/` folder and lets you run them.

## Quick start
1. Put Python files in `Python/<category>/` (e.g. `games/`, `scripts/`).
2. Edit `config.txt` to change the title, subtitle or theme.
3. Edit `settings.txt` to change animation style.
4. (Optional) Add `sounds/*.wav` (click.wav, open.wav, exit.wav).
5. Run `python menu_done.py`.

## Config
`config.txt` contains:

title = HURON
subtitle = AI-LINUX v1.0
theme = cyber_neon
sound = on

## Settings
`settings.txt` contains:
animation = spinner or progress, diagonal, dots (dots means the simple "..." 
animation). The menu will read this and apply the chosen animation.

## Themes
Look in `themes/` for available theme JSON files.

## Notes
- For Termux sound playback, install `termux-api` and allow audio playback.
- For richer system info install `psutil` (`pip install psutil`).
- `main.py and menu2.py` are uncompleted so no need running them.
