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/CrypterGo to the project directory
cd CrypterPackages Installation
pip install tk
pip install pybase64
