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 +1 -4
- {kpass_gen-0.1.4.dist-info → kpass_gen-0.1.5.dist-info}/METADATA +1 -1
- kpass_gen-0.1.5.dist-info/RECORD +7 -0
- kpass_gen-0.1.4.dist-info/RECORD +0 -7
- {kpass_gen-0.1.4.dist-info → kpass_gen-0.1.5.dist-info}/WHEEL +0 -0
- {kpass_gen-0.1.4.dist-info → kpass_gen-0.1.5.dist-info}/licenses/LICENSE.txt +0 -0
- {kpass_gen-0.1.4.dist-info → kpass_gen-0.1.5.dist-info}/top_level.txt +0 -0
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
|
-
|
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(),
|
@@ -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,,
|
kpass_gen-0.1.4.dist-info/RECORD
DELETED
@@ -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,,
|
File without changes
|
File without changes
|
File without changes
|