/Password-generator-using-python

A simple Python script that uses random to generate strong, secure passwords.

Primary LanguagePython

πŸ” Password Generator (Python)

A simple Python script that uses the random module to generate strong, secure passwords.

Screenshot (80)

βœ… Features

Random password generation

Supports uppercase, lowercase, digits, and special characters

User-defined password length

Lightweight and easy to use

πŸš€ How to Run

python password_generator.py

βœ… Requirements

Python 3.x

No external libraries needed β€” uses only the built‑in random module

Why Use This

You need strong passwords to protect your accounts. This script helps generate them quickly without repeating patterns or predictable sequences.