This project is a simple password generator that allows users to generate a random password based on the length and complexity they specify. The generated password can include lowercase and uppercase letters, numbers, and special characters.
To use this project, you can clone the repository to your local machine using the following command: git clone https://github.com/MohammedMagdy404/password_generator_extention.git
Once you have cloned the repository, you can open the index.html file in your web browser to use the password generator.
To generate a password, simply enter the length of the password you want to generate and select the type of characters you want to include in your password. Then click on the "Generate Password" button and your password will be displayed.
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/new-feature
) - Make your changes and commit them (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/new-feature
) - Create a pull request
This project is licensed under the MIT License. See the LICENSE file for details.
This project was created by mohamed magdy.