I made a Encoder / Decoder
Encode any data into the provided encoder And Also Decode them.
Freatures :
1. Base16 2. Base32 3. Base64 4. Binary 5. Caesar.Cipher (using your key)
Install the requirements.txt using pip install -r requirements.txt
Have Fun.
A Simple Encoder-Decoder