Welcome to the Password Generator project! This application allows you to generate strong and secure passwords based on your preferences. You can specify the length of the password and choose which character types to include (uppercase letters, lowercase letters, numbers, and special characters). After generating the password, you can easily copy it for your use.
- Specify the length of the password.
- Select the character types to include (uppercase letters, lowercase letters, numbers, and special characters).
- Generate a random password based on your preferences.
- Copy the generated password with a single click.
- Password generation
- Length input
- Character types (uppercase letters, lowercase letters, numbers, special characters)
- Copy functionality
To get started with the Password Generator application, follow these steps:
- Clone or download the project repository to your local machine.
- Open the project directory in your preferred code editor.
- Launch the
index.html
file in a web browser.
- The application provides an input field to specify the length of the password.
- Select the checkboxes for the character types you want to include in the password (uppercase letters, lowercase letters, numbers, and special characters).
- Click the "Generate Password" button to generate a random password based on your preferences.
- The generated password will be displayed in the designated area.
- To copy the password, click the copy icon next to the generated password.
- If the specified length exceeds 50 characters, the application will display a message stating "Password length should not exceed 50".
- HTML
- CSS
- JavaScript
Contributions to this project are always welcome! If you have any suggestions, bug reports, or want to add new features, feel free to open an issue or submit a pull request.
If you have any questions or need further assistance, please feel free to contact the project owner at vivekcb8642@gmail.com.
Enjoy generating strong and secure passwords with the Password Generator!