Bug fixes and a shit ton of new content!
This commit is contained in:
23
oldprojects/pass/README.md
Normal file
23
oldprojects/pass/README.md
Normal 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)
|
||||
Reference in New Issue
Block a user