Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 597 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 597 Bytes

Simple-Password-Generator

This is a simple password generator for creating passwords 6 to 20 characters long. The password generated will contain capital, lowercase, special characters, and numbers 0-9.

To use the app, simiply type in a number (6-20) and click "Generate". You have the ability to copy the password to your clipboard by clicking "Click to copy password".

Please note if using linux you need to have xsel installed. The command to install xsel is: sudo apt-get install xsel

Windows users please use firefox to download. There are issues with downloading from Google Chrome.