Merge remote-tracking branch 'origin/master'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Kim Oliver Drechsel 2021-11-02 20:56:53 +01:00
commit 80419aa05e
2 changed files with 29 additions and 37 deletions

20
LICENSE
View File

@ -1,21 +1,9 @@
MIT License
Copyright (c) 2021 Kim Oliver Drechsel
Copyright (c) 2021 Kim Oliver Drechsel <kim@drechsel.xyz>
Permission is hereby granted, without written agreement and without
license or royalty fees, to use, copy, modify, and distribute this
software and its documentation for any purpose, provided that the
above copyright notice and the following two paragraphs appear in
all copies of this software.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,21 +1,25 @@
# prnt.sc Link Generator
[![Build Status](https://drone.pyas.de/api/badges/Gist/prnt.sc_url_generator/status.svg)](https://drone.pyas.de/Gist/prnt.sc_url_generator)
## Info
prnt.sc is a web frontend for third-party screenshot software that automatically uploads the user's screenshot and returns a url of the image to the clipboard
so that users can share their screenshot with others via the url.
This is a generator that uses the url scheme to randomly search through the uploaded images.
## Requirements / Install
- Python 3 required
- No additional Modules required, only Built-ins are used.
## Usage
1. Set the 3 Variables in the Script to your desired State:
- NUMBER_OF_LINKS_TO_GENERATE: Generates X urls at a time
- URL_AUTO_OPEN: If set to True the Script opens the URLs automatically in your Browser
- CLOSE_WINDOW_AFTER: If set to True the Python Window (if run in an Desktop Environment) won't close after the Script ends (keeps open to see/copy the original url)
2. Run the Script
3. Have fun searching through random screenshots
# prnt.sc Link Generator
[![Build Status](https://drone.pyas.de/api/badges/Kim/prnt.sc_url_generator/status.svg)](https://drone.pyas.de/Kim/prnt.sc_url_generator)
## About
prnt.sc is a web frontend for third-party screenshot software that automatically uploads the user's screenshot and returns a url of the image to the clipboard so that users can share their screenshot with others via the url.
This is a generator that uses the url scheme to randomly search through the uploaded images.
[Also available as Gist.](https://gist.github.com/kimdre/664f29b7556cb4c26a89315761e6c55d)
## Requirements / Install
- Python 3 required
- No additional Modules required, only Built-ins are used.
## Usage
1. Set the 3 Variables in the Script to your desired State:
- `NUMBER_OF_LINKS_TO_GENERATE`: Generates X urls at a time
- `URL_AUTO_OPEN`: If set to True the Script opens the URLs automatically in your Browser
- `CLOSE_WINDOW_AFTER`: If set to True the Python Window (if run in an Desktop Environment) won't close after the Script ends (keeps open to see/copy the original url)
2. Run the Script
3. Have fun searching through random screenshots
## Credits
Repo Icon made by [DinosoftLabs](https://www.flaticon.com/authors/dinosoftlabs "DinosoftLabs") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")