Added new files

This commit is contained in:
2024-07-27 00:25:21 +02:00
parent 2603d13c5c
commit 391c330de5
131 changed files with 1888 additions and 2824 deletions

44
oldprojects/pass/README.md Normal file → Executable file
View File

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