CoolFace
Apppublic

Master-71-2/EncodeX

sourceHugging Facegpl-3.0updated 2y agoView on Hugging Face
0likes
README.md37 linesDownload Raw Back to root
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