Master-71-2/EncodeX
0
Base64 GZIP Encoder/Decoder
A simple web tool that allows users to encode and decode text using Base64 with GZIP compression.
๐น Live Demo: https://huggingface.co/spaces/Master-71-2/EncodeX
๐ Features
โ Encode text using Base64 + GZIP compression โ Decode Base64 GZIP data back to original text โ Clean & stylish UI โ Fast & lightweight (Runs in browser, no backend required)
๐ ๏ธ How It Works
- Choose whether you want to Encode or Decode.
- Enter text in the input box.
- Click "Encode" or "Decode" to get the result.
- Output appears in the second text area.
๐๏ธ Installation (For Local Development)
- Clone the repository:
git clone https://github.com/yourusername/yourrepo.git
cd yourrepo