Skip to content

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

Notifications You must be signed in to change notification settings

chan2git/password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Password Generator

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages