Skip to content

A Python program that encodes and decodes a message. Built with Tkinter and Python Base64.

Notifications You must be signed in to change notification settings

kharizzakaye/Message-Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Encoder-Decoder

A Python program that encodes and decodes a message. Built with Tkinter and Python Base64.

How to use the program

  • Run the program
    • Clone or download the repo.
    • Run python3 main.py
  • Encode
    • Type your message in the Message area
    • Add the key that will be used to encode your message
    • Type "e" in the Mode ("e" stands for encode).
    • Click the Result button

  • Decode
    • Type the encoded message in the Message area
    • Add the correct key to decode your message
    • Type "d" in the Mode ("d" stands for decode).
    • Click the Result button

Screenshots

Screenshot 2022-05-01 194508

Screenshot 2022-05-01 194542

About

A Python program that encodes and decodes a message. Built with Tkinter and Python Base64.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages