| | --- |
| | license: mit |
| | language: |
| | - en |
| | tags: |
| | - chahuadev |
| | - app-launcher |
| | - hub |
| | - python |
| | - desktop-app |
| | - customtkinter |
| | - electron |
| | pretty_name: Chahuadev Hub |
| | --- |
| | <div align="center"> |
| |
|
| | # Chahuadev Hub |
| |
|
| | **The official app launcher and distribution hub by Chahuadev.** |
| |
|
| | Download and manage all Chahuadev apps in one place — including **Chahuadev Framework**, **Emoji Cleaner**, and **Junk Sweeper**. |
| |
|
| | <p align="center"> |
| | <img src="https://huggingface.co/datasets/chahuadev/chahuadev-framework-binaries/resolve/main/chahuadev_hub.png" width="700" alt="Chahuadev Hub — App Launcher"> |
| | </p> |
| |
|
| | <p align="center"> |
| | <a href="https://huggingface.co/chahuadev"><img src="https://img.shields.io/badge/%20HuggingFace-chahuadev-yellow?style=for-the-badge" alt="HuggingFace"></a> |
| | <a href="https://pypi.org/project/chahuadev-hub/"><img src="https://img.shields.io/pypi/v/chahuadev-hub?style=for-the-badge&logo=pypi&logoColor=white&color=blue" alt="PyPI"></a> |
| | <img src="https://img.shields.io/badge/Python-%E2%89%A53.9-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python 3.9+"> |
| | <img src="https://img.shields.io/badge/Platform-Windows%20%7C%20Linux-0078D4?style=for-the-badge" alt="Cross-Platform"> |
| | <img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge" alt="MIT License"> |
| | </p> |
| |
|
| | </div> |
| |
|
| | --- |
| |
|
| | ## 📦 Installation |
| |
|
| | Make sure you have **Python 3.9+** installed, then run: |
| |
|
| | ### 🪟 Windows |
| |
|
| | ```bash |
| | pip install chahuadev-hub |
| | ``` |
| |
|
| | > **If `pip` is not recognized** on Windows: |
| | > ```bash |
| | > python -m pip install chahuadev-hub |
| | > ``` |
| |
|
| | ### 🐧 Linux |
| |
|
| | ```bash |
| | pip3 install chahuadev-hub |
| | ``` |
| |
|
| | > **If `pip3` is not recognized** on Linux, install pip first: |
| | > ```bash |
| | > sudo apt install python3-pip # Ubuntu / Debian |
| | > sudo dnf install python3-pip # Fedora |
| | > ``` |
| | > Then run `pip3 install chahuadev-hub` again. |
| |
|
| | ### 🔄 Update to the latest version |
| |
|
| | ```bash |
| | pip install --upgrade chahuadev-hub |
| | ``` |
| |
|
| | > Linux: use `pip3 install --upgrade chahuadev-hub` |
| |
|
| | ## 🎮 Usage |
| |
|
| | You can launch the Chahuadev Hub GUI using either of the following methods: |
| |
|
| | ### Method 1: Direct Command (Recommended) |
| |
|
| | Simply type this in your terminal and press Enter: |
| |
|
| | ```bash |
| | chahuadev-hub |
| | ``` |
| |
|
| | ### Method 2: Python Module Command (Works on all systems) |
| |
|
| | If the direct command doesn't work — common on Windows when Python's Scripts folder is not in PATH — use this instead: |
| |
|
| | ```bash |
| | python -m chahuadev_hub |
| | ``` |
| |
|
| | > **Note:** A sleek, dark-mode GUI window will appear, automatically fetching the latest tools ready for you to download! |
| |
|
| | ## ✨ Features |
| |
|
| | - 🌐 **Cloud Sync:** Fetches the latest app list directly from the Chahuadev Hugging Face repository. |
| | - ⬇️ **Smart Download:** Real-time progress bar with file size and integrity verification. |
| | - 🪟🐧 **Cross-Platform:** Beautiful UI that works seamlessly on both Windows and Linux. |
| | - 🔍 **Filtering:** Easily sort and filter available apps by platform (Windows `.exe` / Linux `.AppImage`). |
| |
|
| | ## 🔗 Links |
| |
|
| | - Developer: [Chahuadev on Hugging Face](https://huggingface.co/chahuadev) |
| |
|