CoolFace
Apppublic

Master-71-2/EncodeX

sourceHugging Facegpl-3.0updated 2y agoView on Hugging Face
0likes
App README

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

  1. 1.Choose whether you want to Encode or Decode.
  2. 2.Enter text in the input box.
  3. 3.Click "Encode" or "Decode" to get the result.
  4. 4.Output appears in the second text area.

๐Ÿ—๏ธ Installation (For Local Development)

  1. 1.Clone the repository:
sh
   git clone https://github.com/yourusername/yourrepo.git
   cd yourrepo
Master-71-2/EncodeX ยท CoolFace