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.