This is a simple password generator web application built using HTML, CSS, and JavaScript. It allows users to generate random passwords with customizable length and character types.
- Generate passwords with specified length (between 2 and 20 characters).
- Include or exclude uppercase letters, lowercase letters, numbers, and symbols in the generated password.
- Copy generated passwords to clipboard with a single click.
- Open the
index.html
file in your web browser. - Choose the desired password length using the input field.
- Check or uncheck the options to include or exclude uppercase letters, lowercase letters, numbers, and symbols.
- Click the "Generate Password" button to generate a password.
- Click the "Copy" button to copy the generated password to your clipboard.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.