/PasswordGenerator

A Simple Password Generator Using HTML, CSS, Javascript

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Random Password Generator 🔒

Generate secure, random passwords with customizable options! This tool lets you create passwords with different character types, lengths, and other preferences to keep your accounts secure.

Features

  • Password Length Selection: Choose password length from 1 to 30 characters.
  • Character Options: Customize your password by including:
    • Lowercase letters
    • Uppercase letters
    • Numbers
    • Symbols
    • Spaces
  • Exclude Duplicate Characters: Remove duplicates for more complex passwords.
  • Password Strength Indicator: Visual indicator of password strength (weak, medium, strong).
  • Copy Password: Easily copy the generated password to your clipboard.

Demo

Demo GIF

Getting Started

Prerequisites

A web browser to open the index.html file.

Installation

  1. Clone the repository:
    git clone https://github.com/SoumyaEXE/PasswordGenerator.git
  2. Open the project folder.
  3. Launch index.html in your browser to start using the Password Generator!

Usage

  1. Open the page and set your preferred password length.
  2. Choose the character types you want in your password.
  3. Click "Generate Password" to get a secure, random password.
  4. Copy the password with a single click to use it immediately!

Technologies Used

  • HTML for structure
  • CSS for styling
  • JavaScript for functionality

Contributing

Feel free to open issues or create pull requests to help improve this project. Contributions are always welcome!

License

This project is licensed under the MIT License.


Made with 🤍 by Soumya