Skip to content

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 quickly encode input text.

License

Notifications You must be signed in to change notification settings

Cyberw1ng/Live-Base64-Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Base64 Encoder/Decoder

Description

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.

Features

  • 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.

Live Enocde/Decoder

Setup Instructions

Prerequisites

  • Python 3.8 or higher
  • Tkinter (included with standard Python installations)

Installation

  1. Clone the repository:

    git clone https://github.com/Cyberw1ng/Live-Base64-Encoder-Decoder.git
    cd Live-Base64-Encoder-Decoder
  2. Install dependencies:

    sudo apt-get install python3-tk
    

Usage

  1. Run the Application:

    python3 ende.py
    
  2. 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.

About

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 quickly encode input text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages