Skip to content

nextplay-box/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Password Generator

A simple Python tool that generates strong, random passwords of any length using letters, numbers, and symbols. Useful for creating secure credentials quickly.


🚀 Features

  • Generate strong passwords
  • Mix of uppercase, lowercase, digits, and symbols
  • Simple and fast to use
  • Fully open-source

🛠️ Project Structure

Password-Generator/
├── generate_password.py   # Main script
├── README.md              # Documentation
└── screenshots/
    └── p-g.png            # Screenshot image

📸 Screenshot

Password Generator Screenshot


🧪 How to Run

1. Clone this repo:

git clone https://github.com/nextplay-box/Password-Generator.git
cd Password-Generator

2. (Optional) Create and activate a virtual environment:

python3 -m venv venv
source venv/bin/activate   # On Windows: venv\Scripts\activate

3. Run the script:

python generate_password.py


🤝 License
Feel free to use, modify, and share this project.
Made by nextplay-box

👨‍💻 Author Created with 💡 by Augustine Anapuwa Oputa

About

Password Generator made with Python by nextplay-box. Customize your password length and get secure results instantly.

Topics

Resources

License

Stars

Watchers

Forks

Languages