Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 766 Bytes

File metadata and controls

32 lines (17 loc) · 766 Bytes

🔐 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.