A url generator to search randomly through the uploaded screenshots on prnt.sc
Kim Oliver Drechsel
c15ec84c67
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
.drone.yml | ||
.gitignore | ||
LICENSE | ||
prnt.sc_link_generator.exe | ||
prnt.sc_link_generator.py | ||
README.md |
prnt.sc Link 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.
Install and Usage
Executable file (.exe)
- Just download the prepared/standalone file and you are done.
- For downloads see also the release page.
Python script
Requirements
- Python 3 required
- No additional modules required, only built-ins are used.
Usage
- Set the 3 variables in the script to your desired state:
NUMBER_OF_LINKS_TO_GENERATE
: Generates X urls at a timeURL_AUTO_OPEN
: If set to True the script opens the URLs automatically in your browserCLOSE_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)
- Run the script
- Have fun searching through random screenshots