A secure and customizable Password Generator built with Streamlit to create strong passwords based on user preferences.
✅ 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
Follow these steps to run the app on your local machine:
git clone https://github.com/codewithshabbir/password-generator-python.git
cd password-generator-python
pip install -r requirements.txt
streamlit run app.py
Made with ❤️ by Muhammad Shabbir
📌 GitHub: @codewithshabbir
📌 Portfolio: codewithshabbir.vercel.app
This project is open-source and available under the MIT License.