The Live Base64 Encoder/Decoder is a simple GUI application built using Python and Tkinter. This application allows users to encode and decode text using Base64 encoding in real time. The application also features a "Privacy Encode" function to encode input text quickly.
- Live Encoding and Decoding: The application updates the output text in real time as the user types in the input text box.
- Mode Selection: Users can switch between encoding and decoding modes using radio buttons.
- Privacy Encode: A button to encode the current input text and replace it in the input text box.
- Python 3.8 or higher
- Tkinter (included with standard Python installations)
-
Clone the repository:
git clone https://github.com/Cyberw1ng/Live-Base64-Encoder-Decoder.git cd Live-Base64-Encoder-Decoder
-
Install dependencies:
sudo apt-get install python3-tk
-
Run the Application:
python3 ende.py
-
Using the Application:
- Input Text: Enter the text you want to encode or decode in the input text box.
- Mode Selection: Choose between "Encode" and "Decode" using the radio buttons.
- Output Text: The output text box will display the encoded or decoded text in real-time.
- Privacy Encode: Click the "Privacy Encode" button to encode the input text and replace it in the input text box.