A simple yet powerful password generator built with Python. This program allows users to create strong, customizable passwords by choosing the desired length and character types — including uppercase letters, lowercase letters, digits, and special symbols.
Features Choose password length Option to include/exclude: -Uppercase letters -Lowercase letters -Numbers -Special characters Generates secure and random passwords Handles invalid inputs gracefully
How It Works Run the script in your terminal or VS Code. Enter your preferred password length. Choose which types of characters to include. Instantly get a randomly generated strong password.