File size: 3,054 Bytes
8176db3
 
 
 
 
 
 
 
 
 
 
 
 
 
dd98494
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
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)