Generate strong and secure passwords with custom options using this simple web-based tool.
This project is a web application designed to help users generate strong and secure passwords for various purposes. With options to customize the password's length and include lowercase, uppercase, numbers, and symbols, users can tailor their passwords to meet specific requirements.
- Generate strong and secure passwords.
- Customize password length and character types.
- Dark mode for better user experience.
- Copy generated passwords to clipboard easily.
Click here to view demo.
-
Clone the repository:
git clone https://github.com/gmpsankalpa/Password-Generator.git
-
Navigate to the project directory:
cd Password-Generator
-
Open the
index.html
file in your web browser, and the application will be ready to use.
- Open the
index.html
file in your web browser. - Customize your password preferences using the checkboxes and slider.
- Click on the "Generate" button to generate a password.
- Copy the generated password by clicking on the copy icon next to it.
- Length: Adjust the length of the generated password by using the slider or input field.
- Character Types: Select which character types to include in the generated password (lowercase, uppercase, numbers, symbols) by checking or unchecking the corresponding checkboxes.
Contributions to this project are welcome. If you have any suggestions for improvements or find any issues, feel free to open an issue or submit a pull request.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License.