4RCAN3 / PyCrypt-GUI

An encryption and decryption GUI program made using python

Home Page:https://devansh3712.github.io/PyCrypt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyCrypt

PyCrypt is an encryption and decryption GUI program made using python.

Python Run on Repl.it GitHub release Version License


Installation

Clone

  • 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

g

Setup

  • 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

Setup GIF


Usage

  • 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.

Screenshot

new

forthebadge made-with-python


Contributing

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.


License

MIT

About

An encryption and decryption GUI program made using python

https://devansh3712.github.io/PyCrypt/

License:MIT License


Languages

Language:Python 100.0%