PyCrypt is an encryption and decryption GUI program made using python.
- Clone this repository to your local machine or download it as a zip file
Windows
git clone https://github.com/Devansh3712/PyCrypt.git
Linux
$ git clone https://github.com/Devansh3712/PyCrypt.git
- In order to run the program, the modules mentioned in requirements.txt must be there. In order to install these modules, follow the steps:
Windows
python -m pip install -r requirements.txt
Linux
$ python3 -m pip3 install -r requirements.txt
- Now, you can either run the pycrypt.py file
Windows
python pycrypt.py
Linux
$ python3 pycrypt.py
- Or you can install it using PyCrypt installer, available as a Github release.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.