Skip to content

Commit 2dcfbfd

Browse files
committed
add requirements and readme
1 parent d56c468 commit 2dcfbfd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

GUI-Password-Generator/readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Password Generator tool
2+
3+
This is a GUI app that Generates a random password
4+
5+
Features:
6+
Length can be selected
7+
Strength can be selected
8+
Copy to clipboard button
9+
10+
11+
modules needed: pyperclip
12+
>pip install pyperclip
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyperclip==1.8.2

0 commit comments

Comments
 (0)