A simple password generator application written in Python. This application allows users to generate secure passwords based on specified criteria.
- Generate passwords of specified length
- Include/exclude uppercase letters, lowercase letters, numbers, and special characters
- Copy generated password to clipboard (TO BE IMPLEMENTED)
main.py: The main script to run the password generator.screen.py: Contains the UI logic for the password generator.requirements.txt: List of dependencies required for the project.
Contributions are welcome! Please open an issue or submit a pull request.
- Streamlit for the UI framework