Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ $ python3 Source.py


## Dependencies
You must have Python 3.x and Pycryptodome installed. In addition to this, several custom packages are included in the bin folder of the Repository..
You must have Python 3.x with `pycryptodome` and `progress` installed. To install these packages, run the following command:
```sh
pip install pycryptodome
```
pip install -r requirements.txt
```

Leave a star and check out more amazing codes by Ankush Sharma

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pycryptodome==3.9.0
progress==1.5
76 changes: 0 additions & 76 deletions venv/bin/activate

This file was deleted.

37 changes: 0 additions & 37 deletions venv/bin/activate.csh

This file was deleted.

75 changes: 0 additions & 75 deletions venv/bin/activate.fish

This file was deleted.

11 changes: 0 additions & 11 deletions venv/bin/chardetect

This file was deleted.

11 changes: 0 additions & 11 deletions venv/bin/crypto

This file was deleted.

11 changes: 0 additions & 11 deletions venv/bin/decrypto

This file was deleted.

12 changes: 0 additions & 12 deletions venv/bin/easy_install

This file was deleted.

12 changes: 0 additions & 12 deletions venv/bin/easy_install-3.6

This file was deleted.

11 changes: 0 additions & 11 deletions venv/bin/naked

This file was deleted.

12 changes: 0 additions & 12 deletions venv/bin/pip

This file was deleted.

12 changes: 0 additions & 12 deletions venv/bin/pip3

This file was deleted.

12 changes: 0 additions & 12 deletions venv/bin/pip3.6

This file was deleted.

11 changes: 0 additions & 11 deletions venv/bin/pwm

This file was deleted.

Binary file removed venv/bin/python
Binary file not shown.
Binary file removed venv/bin/python3
Binary file not shown.
Binary file removed venv/bin/python3.6
Binary file not shown.

This file was deleted.

This file was deleted.

Loading