Change Info Text
This commit is contained in:
parent
cb5ab8c2cf
commit
69731ce52a
0
.drone.yml
Normal file → Executable file
0
.drone.yml
Normal file → Executable file
4
README.md
Normal file → Executable file
4
README.md
Normal file → Executable file
@ -6,11 +6,11 @@
|
|||||||
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
|
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.
|
so that users can share their screenshot with others via the url.
|
||||||
|
|
||||||
This is a generator that uses the url scheme to randomly search the uploaded images.
|
This is a generator that uses the url scheme to randomly search through the uploaded images.
|
||||||
|
|
||||||
## Requirements / Install
|
## Requirements / Install
|
||||||
- Python 3 required
|
- Python 3 required
|
||||||
- No additional Modules required, only Built-ins are used
|
- No additional Modules required, only Built-ins are used.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
1. Set the 3 Variables in the Script to your desired State:
|
1. Set the 3 Variables in the Script to your desired State:
|
||||||
|
2
prnt.sc_link_generator.py
Normal file → Executable file
2
prnt.sc_link_generator.py
Normal file → Executable file
@ -9,7 +9,7 @@ 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
|
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.
|
so that users can share their screenshot with others via the url.
|
||||||
|
|
||||||
This is a generator that uses the url scheme to randomly search the uploaded images.
|
This is a generator that uses the url scheme to randomly search through the uploaded images.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
NUMBER_OF_LINKS_TO_GENERATE = 5 # generates X urls at a time
|
NUMBER_OF_LINKS_TO_GENERATE = 5 # generates X urls at a time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user