mirror of
https://github.com/taxicomics/PasswordGenerator.git
synced 2025-03-12 11:46:32 +01: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():
|
||||
username = input("Enter your username: ")
|
||||
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}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user