kpass-gen 0.1.1__py3-none-any.whl → 0.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
kpass/generator.py CHANGED
@@ -82,9 +82,7 @@ def generator(name, age, birth_date):
82
82
  possible_passwords.add(password)
83
83
  progress.update(task, advance=1)
84
84
 
85
- save_to_txt(list(possible_passwords))
86
-
87
- return true
85
+ return save_to_txt(list(possible_passwords))
88
86
 
89
87
  # Function to save passwords to file
90
88
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kpass-gen
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: kpass is a simple password generator based on full name, age, and birthdate.
5
5
  Author-email: "Lucas Paulino Da Silva (KsxDynamic)" <lucas.workps@gmail.com>
6
6
  License-Expression: MIT
@@ -25,7 +25,7 @@ It also includes `leet`-style substitutions (e.g., A → 4, S → $, E → 3), a
25
25
  ## 📦 Installation
26
26
 
27
27
  ```bash
28
- pip install kpass
28
+ pip install kpass-gen
29
29
  ```
30
30
  ---
31
31
 
@@ -0,0 +1,7 @@
1
+ kpass/__init__.py,sha256=eFRRaHc8aQuidEIIjAxjki3XBGSd4RoDWaz20M7xbfo,89
2
+ kpass/generator.py,sha256=tqmT1torNQjGN54DAOrxVDulOSCh39Hs4sMbPjNfrpg,3247
3
+ kpass_gen-0.1.3.dist-info/licenses/LICENSE.txt,sha256=pAZXnNE2dxxwXFIduGyn1gpvPefJtUYOYZOi3yeGG94,1068
4
+ kpass_gen-0.1.3.dist-info/METADATA,sha256=j4p56oNO22Pzu7zW8X5qHYrEJxJUUjd04A6TkwXNiIo,1874
5
+ kpass_gen-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ kpass_gen-0.1.3.dist-info/top_level.txt,sha256=l8YfdoHutpiGNi7Zw-_bkGH48JGtmWU2Ac6nwvSb3dU,6
7
+ kpass_gen-0.1.3.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- kpass/__init__.py,sha256=eFRRaHc8aQuidEIIjAxjki3XBGSd4RoDWaz20M7xbfo,89
2
- kpass/generator.py,sha256=mAzf20YBrMvd3jALdqQnJR02J9Areq30FrZOM8X5GFs,3261
3
- kpass_gen-0.1.1.dist-info/licenses/LICENSE.txt,sha256=pAZXnNE2dxxwXFIduGyn1gpvPefJtUYOYZOi3yeGG94,1068
4
- kpass_gen-0.1.1.dist-info/METADATA,sha256=XGivFhxvLL7lhReBOHWY4g2qIn_2eR4-lgY0fBr5izU,1870
5
- kpass_gen-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- kpass_gen-0.1.1.dist-info/top_level.txt,sha256=l8YfdoHutpiGNi7Zw-_bkGH48JGtmWU2Ac6nwvSb3dU,6
7
- kpass_gen-0.1.1.dist-info/RECORD,,