Sinisterly
Screeny - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Python (https://sinister.li/Forum-Python)
+--- Thread: Screeny (/Thread-Screeny)



Screeny - Anima Templi - 06-21-2014

Name: Screeny
Describtion: Take screenshots from the commandline and automatically upload them to imgur.
OS: Linux, possibly OS X.
Requirements: run requirements.txt
Code: https://github.com/AnimaTempli/screeny

Feature requests are much welcomed. This is still a work in progress.

EDIT: It's now possible to save the output URL to the clipboard automatically too. Thanks to bluedog for suggesting it.

Code:
usage: Screeny [-h] -u UPLOAD [-t TIMER] [-c] optional arguments: -h, --help show this help message and exit -u UPLOAD, --upload UPLOAD upload the screenshot to imgur -t TIMER, --timer TIMER Sets a timer on the screenshot. -c, --copy copies the URL to the clipboard.

[Image: Screen%20Shot%202014-06-21%20at%2002.24.33%20pm.png]


RE: Screeny - Sebkvernland - 06-21-2014

Thank you for the share! :Smile: I find it very usefull!


RE: Screeny - bluedog.tar.gz - 06-21-2014

Awesome little script. Any possibility to auto-clipboard it?


RE: Screeny - Anima Templi - 06-21-2014

Actually, I didn't even think about that. I'll look into it, when I get back. Gym time, you know Wink


RE: Screeny - bluedog.tar.gz - 06-21-2014

(06-21-2014, 01:58 PM)Anima Templi Wrote: Actually, I didn't even think about that. I'll look into it, when I get back. Gym time, you know Wink

Awesome :Thumbs-Up:


RE: Screeny - Ex094 - 06-21-2014

Nice work Biggrin A handy little script


RE: Screeny - Anima Templi - 07-04-2014

The script has now received new features, such as timed screenshots and auto-copy to clip board. Local file saving and better error handling are coming up in the nearest future.