A simple and user-friendly desktop application for encoding and decoding text using Base64. Built with Python and Tkinter.
- Encode any text to Base64
- Decode Base64 strings back to original text
- Copy the output directly to clipboard
- Clear input and output with one click
- Error handling for invalid Base64 input
- Clean and intuitive graphical interface
- Python 3.x
- Tkinter (comes built-in with standard Python installation)
No external packages are required!
- Make sure you have Python 3 installed.
- Download or clone this repository:
git clone https://github.com/kruxe-Sx0d/Base64-GUI-encoder-decoder.git