@@ -27,12 +27,40 @@ When running the script, you will have the option to choose the letter count and
2727 Python3 Password.py
2828```
2929
30- ## You will choose [ 1] Strong or [ 2] Weak
30+ ## You will choose [ 1] Strong, [ 2] Weak or [ 3 ] Have i been pwned
3131
32- <p align =" center " >
33- <img src =" https://github.com/suchsoak/Strong-Password-Python/blob/main/passwordpy.png " alt =" passwordpy.png " >
34- </p >
32+ ``` sh
33+
34+ __________ ___
35+ \_ _____ \_ ___ ______ _______ _ __ ____ _______ __| _/
36+ | ___/__ \ / ___// ___/ \/ \/ // __ \\ _ __ \/ __ |
37+ | | / __ \_\_ __ \ \_ __ \ \ /( \_\ )| | \/ /_/ |
38+ | ____| (____ /____ \_ ___ \ \/\_ / \_ ___/ | __| \_ ___ |
39+ \/ \/ \/ \/
40+ BY: suchsoak
41+ Github: https://github.com/suchsoak
42+ V.1.0.2
3543
44+ [1] Strong
45+ [2] Weak
46+ [3] Have i been pwned
47+
48+ ....................~~...~. ..
49+ ........... .. .~..... . +~
50+ ......... ....~.~. ........~.
51+ ...... . ...... ......... .
52+ ......~~~~.~~~~......... .~. .
53+ ....~~~~~~~~~..~~~~~~ ... . .
54+ ..~~~+~~~~~.~~~~~+oooo++~.....
55+ ~ ~~~~~~~~.~.~~~+++ooooo++.....
56+ ..~~~~~~~.~~+~+++ooo+++~......
57+ ... . ..~~~+++++oo+++.........
58+ ..... . .++++ooo+~. .........
59+ ........ . .~++~.. ...........
60+ ........... .~.. .............
61+ ' ' '
62+
63+ ```
3664
3765## You will choose the number of words
3866
@@ -45,10 +73,11 @@ When running the script, you will have the option to choose the letter count and
4573 \/ \/ \/ \/
4674BY: suchsoak
4775Github: https://github.com/suchsoak
48- v.1.0.1
76+ v.1.0.2
4977
5078[1] Strong
5179[2] Weak
80+ [3] Have i been pwned
5281
5382Strong or Weak Passwords: 1
5483
@@ -148,10 +177,11 @@ __________ ___
148177 \/ \/ \/ \/
149178BY: suchsoak
150179Github: https://github.com/suchsoak
151- v.1.0.1
180+ v.1.0.2
152181
153182[1] Strong
154183[2] Weak
184+ [3] Have i been pwned
155185
156186Strong or Weak Passwords: 1
157187
@@ -208,6 +238,11 @@ Quantity: 20
208238
209239< br>
210240
241+ License & Copyright
242+ -----------------------
243+ MIT License Copyright (c) 2023 ~ # M?x
244+
245+
211246| Libraries | Links |
212247| ------ | ------ |
213248| random | https://docs.python.org/3/library/random.html
@@ -216,3 +251,5 @@ Quantity: 20
216251| zxcvn | https://pypi.org/project/zxcvbn
217252| Json | https://docs.python.org/3/library/json.html
218253| colorama | https://pypi.org/project/colorama/)https://pypi.org/project/colorama/
254+ | requests | https://pypi.org/project/requests/
255+ | hashlib | https://docs.python.org/3/library/hashlib.html
0 commit comments