A simple and secure Password Generator built using Python that creates strong random passwords based on user-defined length and character types.
This project helps users generate strong and secure passwords to improve account safety.
It uses Pythonβs built-in libraries to randomly combine characters and create unpredictable passwords.
- Generate strong random passwords
- User-defined password length
- Includes:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
- Fast and lightweight
-
Language: Python
-
Libraries:
random,string -
Password-Generator
-
/ βββ password_generator.py βββ README.md