You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
-
# password-generator
2
-
1
+
# Simple Password in Python
2
+
------------------------------
3
3
A simple password generator with the ability to create passwords based on user input or customizable for personal Goochic projects. This program is executed in Python and is made up of three files for further customization. To get started, run the file "run.py".
4
4
5
5
You can change password patterns by modifying the "password.py" file
6
6
7
-
# The license for this project is for
7
+
#### Create a password with 50 characters.
8
+

9
+
10
+
#### Create a password with 6 characters.
11
+

12
+
13
+
-----------------------------
14
+
### The license for this project is for
8
15
This is a password-generator project, used in Quera's Git course.
0 commit comments