From 1159c71aa60b1bbefab20dcf2f788b16cd0ece40 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Tue, 21 Sep 2021 21:29:34 +0200 Subject: [PATCH 1/9] update drone build badge --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 018d548..ff6a482 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -# 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) + +## 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 From 402f06ae46d2ebf2f8ccfb7e0d8d597a50228c1f Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Tue, 21 Sep 2021 21:56:27 +0200 Subject: [PATCH 2/9] Add Icon Credits to README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff6a482..b0b26ea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://drone.pyas.de/api/badges/Kim/prnt.sc_url_generator/status.svg)](https://drone.pyas.de/Kim/prnt.sc_url_generator) -## Info +## 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. @@ -19,3 +19,6 @@ This is a generator that uses the url scheme to randomly search through the uplo - 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 Icons made by DinosoftLabs from www.flaticon.com \ No newline at end of file From 9e311746b0270671cff0dd9bb0eabe5f6cb13acc Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Tue, 21 Sep 2021 21:56:57 +0200 Subject: [PATCH 3/9] Add Icon Credits to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b26ea..a7576ec 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ This is a generator that uses the url scheme to randomly search through the uplo 3. Have fun searching through random screenshots ## Credits -Repo Icons made by DinosoftLabs from www.flaticon.com \ No newline at end of file +Repo Icon made by DinosoftLabs from www.flaticon.com \ No newline at end of file From 53b03f0dc5534295fb6d2af07ae6c3548ef64889 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Tue, 21 Sep 2021 22:01:08 +0200 Subject: [PATCH 4/9] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7576ec..9d78d84 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ This is a generator that uses the url scheme to randomly search through the uplo 3. Have fun searching through random screenshots ## Credits -Repo Icon made by DinosoftLabs from www.flaticon.com \ No newline at end of file +Repo Icon made by [DinosoftLabs](https://www.flaticon.com/authors/dinosoftlabs "DinosoftLabs") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon") \ No newline at end of file From b360d666352cdeaf2d4645895271153edf1309ca Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Thu, 7 Oct 2021 10:59:34 +0200 Subject: [PATCH 5/9] update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 91b00a9..323dbc1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Kim Oliver Drechsel +Copyright (c) 2021 Kim Oliver Drechsel Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this From 3f0c214408ddb1d21023183cde638639cde48dce Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 22 Oct 2021 12:07:42 +0200 Subject: [PATCH 6/9] fix LICENSE --- LICENSE | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index 323dbc1..493ff25 100644 --- a/LICENSE +++ b/LICENSE @@ -2,20 +2,8 @@ MIT License Copyright (c) 2021 Kim Oliver Drechsel -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. \ No newline at end of file From 2fc05adfe3f12b94a44fa497f6ed3f27e83fc415 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 22 Oct 2021 12:55:18 +0200 Subject: [PATCH 7/9] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d78d84..025f05e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ 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. From 1f743d1e44679699e81979b63a284abb8a83f06e Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 22 Oct 2021 13:05:20 +0200 Subject: [PATCH 8/9] Update 'README.md' --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 025f05e..0b630d1 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ [![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. +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. From bac1532663707c75f75ac0fac1b303da02df3307 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 22 Oct 2021 13:06:14 +0200 Subject: [PATCH 9/9] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b630d1..d8faf3f 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ This is a generator that uses the url scheme to randomly search through the uplo ## 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) + - `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