Master-71-2/EncodeX
0
1---2title: EncodeX3emoji: ๐4colorFrom: red5colorTo: yellow6sdk: static7pinned: false8license: gpl-3.09short_description: A simple web tool for Base64 + GZIP compression10---11# Base64 GZIP Encoder/Decoder 12A simple web tool that allows users to **encode** and **decode** text using **Base64 with GZIP compression**. 13 14๐น **Live Demo:** https://huggingface.co/spaces/Master-71-2/EncodeX 15 16---17 18## ๐ Features 19โ
Encode text using **Base64 + GZIP compression** 20โ
Decode **Base64 GZIP data** back to original text 21โ
Clean & stylish UI 22โ
Fast & lightweight (Runs in browser, no backend required) 23 24 25## ๐ ๏ธ How It Works 261. **Choose** whether you want to **Encode** or **Decode**. 272. **Enter text** in the input box. 283. Click **"Encode"** or **"Decode"** to get the result. 294. Output appears in the second text area. 30 31---32 33## ๐๏ธ Installation (For Local Development) 341. **Clone the repository:** 35 ```sh36 git clone https://github.com/yourusername/yourrepo.git37 cd yourrepo