This is a simple password generator web app. It allows users to generate passwords with specific characteristics.
- Generate passwords with a specific number of characters.
- Include uppercase letters in the password.
- Include numbers in the password.
- Include symbols in the password.
- Customize the password generation process.
- Open the web app in your browser.
- Adjust the password settings to your liking.
- Click the "Generate Password" button to get a generated password.
- HTML
- CSS
- JavaScript
Contributions are welcome! Please open an issue or submit a pull request if you would like to make any changes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to @Justcuz3 for creating this project.