Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 629 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 629 Bytes

Crypter


Project Title

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.

Tech Stack

  • Python

Run Locally

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

Author