Skip to content

Commit

Permalink
Adding Files
Browse files Browse the repository at this point in the history
  • Loading branch information
AvgBlank authored Jul 28, 2023
0 parents commit 37df223
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Requirements
There are certain requirements. To install the required programs, run:
```
python3 -m pip install -r requirements.txt
```
3 changes: 3 additions & 0 deletions Requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pyperclip # * Used for copying strings to clipboard.
pwinput # * Used for hiding what is typed.
cryptography # * Used for encrypting passwords.
Loading

0 comments on commit 37df223

Please sign in to comment.