Skip to content

This project is a Password Generator built with Python 3 that creates secure and random passwords based on user-defined criteria. The program allows users to specify the desired password length and whether to include lowercase letters, uppercase letters, numbers, and special characters. The generator then produces a strong, unpredictable password.

Notifications You must be signed in to change notification settings

shubham-rasal-123/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

Screenshot

alt text

This project is a Password Generator built with Python 3 that creates secure and random passwords based on user-defined criteria. The program allows users to specify the desired password length and whether to include lowercase letters, uppercase letters, numbers, and special characters. The generator then produces a strong, unpredictable password suitable for secure account protection. This project is a great way to practice Python skills like string manipulation, randomization, and working with user input.

📚 Library used:

🌟 How to run the script:

  • python3 password_generator.py

About

This project is a Password Generator built with Python 3 that creates secure and random passwords based on user-defined criteria. The program allows users to specify the desired password length and whether to include lowercase letters, uppercase letters, numbers, and special characters. The generator then produces a strong, unpredictable password.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages