This is a simple yet powerful Password Generator created using Python. It helps users generate secure, random passwords containing uppercase letters, lowercase letters, numbers, and special characters.
- β Generate strong and random passwords
- π’ Customizable length
- π Includes uppercase, lowercase, digits, and symbols
- π§ Ensures better password security
- π₯οΈ CLI-based (Command-Line Interface)
- Python 3.x
random
andstring
modules
- Python installed on your local machine
python password_generator.py