Files
purplebored.pl/oldprojects/pass/README.md
2024-05-04 17:48:04 +02:00

23 lines
1.1 KiB
Markdown

# [Simple Password generator](https://pass.purplebored.pl)
- You can also find this on [Github](https://github.com/PurpleBored/Simple-password-generator)<br>
Simple password generator is just a simple password generator written in HTML CSS and JS
## Installation
- Clone the repository to your local machine using git clone https://codeberg.org/PurpleBored/Simple-Password-Generator.git
- Open index.html in your browser and start generating passwords!
## Usage
- Select desired criteria for your password using the checkboxes and input field.
- Click the "Generate Password" button to generate a new password.
- Copy the generated password to your clipboard using the "Copy to Clipboard" button.
- Click the "Generate Another Password" button to generate a new password with the same criteria.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[GPL3](https://codeberg.org/PurpleBored/Simple-Password-Generator/src/branch/main/LICENSE)