A Python project for a text encryptor and decryptor with a graphical interface may involve creating a GUI using the Tkinter library. The program prompts the user to input an access key "1234" and the text message they wish to encrypt.
- Python
Clone the project
git clone https://github.com/lilo-afk/Crypter
Go to the project directory
cd Crypter
Packages Installation
pip install tk
pip install pybase64