A sleek and smart Password Generator built with HTML, CSS, and JavaScript β featuring password strength detection, custom options, and live feedback.
β
Generate passwords of custom lengths
β
Choose to include uppercase, lowercase, numbers, and symbols
β
Real-time password strength indicator
β
Automatic re-generation for weak/common patterns
β
Copy-to-clipboard functionality
β
Toast notifications for user feedback
β
Clean and responsive UI
The app checks for:
- Length
- Uppercase & lowercase characters
- Numbers & symbols
- Weak/common password patterns (like
password123,admin, etc.)
If a generated password matches a weak pattern, the generator automatically retries until a strong one is created.
- HTML5
- CSS3
- JavaScript (ES6)
- Clone the repository:
git clone https://github.com/premkumar127001/Password-Generator.git
- Open in browser.
passwordGenerator.html
π€ Contributing
Contributions are welcome! If you'd like to improve UI, logic, or features, feel free to fork the repo and submit a PR.
π License
This project is licensed under the MIT License β feel free to use and modify it.
β Support
If you like this project, star the repo β and share it with your friends!