kpass-gen 0.1.4__py3-none-any.whl → 0.1.5__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
@@ -89,10 +89,7 @@ def generator(name, age, birth_date):
89
89
  # Function to save passwords to file
90
90
 
91
91
  def save_to_txt(passwords, file_name="pass_generated.txt"):
92
- path = "passwords_generator"
93
- os.makedirs(path, exist_ok=True)
94
-
95
- with open(os.path.join(path, file_name), "w", encoding="utf-8-sig") as file:
92
+ with open(file_name, "w", encoding="utf-8-sig") as file:
96
93
  with Progress(
97
94
  TextColumn("[progress.description]{task.description}"),
98
95
  BarColumn(),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kpass-gen
3
- Version: 0.1.4
3
+ Version: 0.1.5
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: MIT License
@@ -0,0 +1,7 @@
1
+ kpass/__init__.py,sha256=7tPJvUG773KYCUtTleuO4FwNrXARMznP8ciIXD5Ki68,87
2
+ kpass/generator.py,sha256=eY1cfbo1v2qE7fUGckvT0tYchD4PIm-I81gU4BwCZaM,3270
3
+ kpass_gen-0.1.5.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
4
+ kpass_gen-0.1.5.dist-info/METADATA,sha256=bnT-1C-8Wpiab2LJDDiPWsg0o2MN9UugKGEZ5MTkNNI,3242
5
+ kpass_gen-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ kpass_gen-0.1.5.dist-info/top_level.txt,sha256=l8YfdoHutpiGNi7Zw-_bkGH48JGtmWU2Ac6nwvSb3dU,6
7
+ kpass_gen-0.1.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- kpass/__init__.py,sha256=7tPJvUG773KYCUtTleuO4FwNrXARMznP8ciIXD5Ki68,87
2
- kpass/generator.py,sha256=1gjKrIYVCu18PctTWAV4PIF6VFPL2wO619NrruhpicA,3364
3
- kpass_gen-0.1.4.dist-info/licenses/LICENSE.txt,sha256=Qv2ilebwoUtMJnRsZwRy729xS5JZQzLauJ0tQzkAkTA,1088
4
- kpass_gen-0.1.4.dist-info/METADATA,sha256=8MDS6-YcrNlUUnZpcAS40NmbThDS3ltTe07xlOle7Uk,3242
5
- kpass_gen-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- kpass_gen-0.1.4.dist-info/top_level.txt,sha256=l8YfdoHutpiGNi7Zw-_bkGH48JGtmWU2Ac6nwvSb3dU,6
7
- kpass_gen-0.1.4.dist-info/RECORD,,