Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.85 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.85 KB

Password Generator

A simple and customizable password generator built to create secure passwords for your accounts. This project is designed to be user-friendly and efficient, allowing you to generate passwords with specific criteria.

Features

  • Generate strong, random passwords.
  • Customize password length.
  • Include or exclude specific character types:
    • Uppercase letters
    • Lowercase letters
    • Numbers
    • Special characters
  • Easy-to-use interface.

Demo

Check out the live demo of the password generator: Password Generator Demo

Installation

  1. Clone the repository:
bash
git clone https://github.com/liviu-b/password_generator.git
  1. Navigate to the project directory:
bash
cd password_generator
  1. Open the index.html file in your browser to use the password generator.

Usage

  1. Open the application in your browser.
  2. Select the desired password length.
  3. Choose the character types to include in the password.
  4. Click the "Generate Password" button to create a secure password.
  5. Copy the generated password for use.

Technologies Used

  • HTML: Structure of the application.
  • CSS: Styling for the user interface.
  • JavaScript: Logic for generating passwords.

Contributing

Contributions are welcome! If you'd like to improve this project, please follow these steps:

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, feel free to reach out:


Thank you for checking out the Password Generator project! If you find it useful, please consider giving it a ⭐ on GitHub.