A customizable password generator that creates random, secure passwords based on your chosen length and character types.
- Adjustable password length (6–20 characters)
- Toggle character types with checkboxes: uppercase letters, lowercase letters, numbers, and symbols
- Generates a random password using the selected character sets
- One-click Copy button to copy the password to your clipboard, with visual confirmation ("Copied!")
- Alerts if no character type is selected, or if you try to copy before generating a password
- HTML5
- CSS3
- JavaScript (Vanilla) with the Clipboard API
- Clone or download this folder.
- Open
index.htmlin your browser. - Set your desired length, check the character types you want included, click Generate Password, then Copy to copy it to your clipboard.
Password_Generator/
├── index.html
├── style.css
└── script.js