Bug fixes and a shit ton of new content!

This commit is contained in:
Purplebored
2024-05-04 17:48:04 +02:00
parent ee75f1590e
commit cf4678a6df
54 changed files with 1445 additions and 11 deletions

View File

@@ -0,0 +1,23 @@
# [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)