1
0
This repository has been archived on 2025-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
password-generator/README.md

16 lines
572 B
Markdown
Raw Normal View History

2020-01-01 03:59:02 +05:30
# password-generator
Create random **passwords** using the password **generator** tool.
Demo: https://codepen.io/dev_loop/full/vYYxvbz
2020-01-01 04:08:54 +05:30
![Tool](https://github.com/devloop01/password-generator/blob/master/img/Screenshot%20from%202020-01-01%2003-54-29.png)
2020-01-01 04:10:57 +05:30
2020-01-01 04:11:27 +05:30
After selecting the desired options for the password, click **generate** to generate
a new password with selected options.
2020-01-01 04:10:57 +05:30
![password](https://github.com/devloop01/password-generator/blob/master/img/Screenshot%20from%202020-01-01%2003-54-50.png)
2020-01-01 04:12:36 +05:30
Then click the password area to copy the password to clipboard.