mirror of
https://github.com/taxicomics/PasswordGenerator.git
synced 2025-04-21 21:42:49 +02:00
Update CommandLineGenerator.py
clarified the input texts
This commit is contained in:
parent
fc0c388250
commit
f219063640
@ -23,7 +23,7 @@ def hash_and_average(*values):
|
|||||||
def main():
|
def main():
|
||||||
username = input("Enter your username: ")
|
username = input("Enter your username: ")
|
||||||
password_category = input("Enter the password category (e.g., email, website): ")
|
password_category = input("Enter the password category (e.g., email, website): ")
|
||||||
password = hash_and_average(username, password_category, input("Enter your password: "))
|
password = hash_and_average(username, password_category, input("Enter your main password: "))
|
||||||
|
|
||||||
print(f"Generated password: {password}")
|
print(f"Generated password: {password}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user