You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
password_generator.py is a simple Python script designed to create a password string of a user-specified length through an input prompt. The script includes functionality for both exiting the program and handling potential user error input errors.
About
A simple password generator that prompts the user to specify the desired length of their password. The script creates a random string from predefined sets of letters, digits, and special characters, providing a secure and customizable password solution