This project is a simple yet effective implementation of message encryption and decryption using Python. It leverages the Tkinter library for the graphical user interface (GUI) and the base64 module for encoding and decoding messages.
$ pip install tkinter
$ pip install base64
$ import tkinter
$ import base64
Color | Hex |
---|---|
Example Color | #0a192f |
Example Color | #f8f8f8 |
Example Color | #00b48a |
Example Color | #00d1a0 |