https://github.com/codewithshabbir/password-generator-python
🔐 A secure and customizable Password Generator built with Streamlit. Generate strong passwords with adjustable length and character options.
https://github.com/codewithshabbir/password-generator-python
password-generator password-generator-advance password-generator-py password-generator-python python streamlit streamlit-webapp
Last synced: 3 months ago
JSON representation
🔐 A secure and customizable Password Generator built with Streamlit. Generate strong passwords with adjustable length and character options.
- Host: GitHub
- URL: https://github.com/codewithshabbir/password-generator-python
- Owner: codewithshabbir
- Created: 2025-03-09T11:16:30.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-09T11:23:16.000Z (3 months ago)
- Last Synced: 2025-03-09T12:23:46.918Z (3 months ago)
- Topics: password-generator, password-generator-advance, password-generator-py, password-generator-python, python, streamlit, streamlit-webapp
- Language: Python
- Homepage: https://password-generator-codewithshabbir.streamlit.app/
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 Advanced Password Generator
A secure and customizable **Password Generator** built with **Streamlit** to create strong passwords based on user preferences.
## 🚀 Features
✅ Generate passwords with customizable options:
- **Uppercase Letters (A-Z)**
- **Lowercase Letters (a-z)**
- **Numbers (0-9)**
- **Special Characters (@, #, !, etc.)**✅ **Adjustable password length** (6 to 32 characters)
✅ **Option to show/hide password** for security
✅ **One-click copy to clipboard**
✅ **User-friendly interface**
✅ **Mobile responsive design**---
## 🛠️ Installation & Setup
Follow these steps to run the app on your local machine:
### 1️⃣ Clone the Repository
```bash
git clone https://github.com/codewithshabbir/password-generator-python.git
cd password-generator-python
```### 2️⃣ Install Dependencies
```bash
pip install -r requirements.txt
```### 3️⃣ Run the App
```bash
streamlit run app.py
```---
## 🌐 Live Demo
[**🚀 Try it Live**](https://password-generator-codewithshabbir.streamlit.app/)---
## 🎯 Screenshots
---
## 👨💻 Developer
Made with ❤️ by **[Muhammad Shabbir](https://codewithshabbir.vercel.app/)**📌 **GitHub:** [@codewithshabbir](https://github.com/codewithshabbir)
📌 **Portfolio:** [codewithshabbir.vercel.app](https://codewithshabbir.vercel.app/)---
## 📜 License
This project is open-source and available under the **MIT License**.