Take screenshots and upload anywhere!
Package | |
---|---|
Build | |
Code quality | |
Dependencies |
You can install it with pip:
$ pip install grab-screen
After installation, you can use grab-screen
command:
$ grab-screen --help
Usage: grab-screen [OPTIONS] COMMAND [ARGS]...
Options:
-h, --help Show this message and exit.
-v, --version Show the version and exit.
Commands:
config Get and set options.
image Make a screenshot and upload to a storage.
$ grab-screen config list
- show configs.
$ grab-screen config set NAME VALUE
- set an option. You can add
--upset
to remove the option.
$ grab-screen config reset
- remove all options.
$ grab-screen image
- take a screenshot. Use -h
/--help
to see more options.
- CloudApp
Before uploading screenshots to CloudApp, provider your credentials:
$ grab-screen config set cloudapp_username YOUR-USERNAME $ grab-screen config set cloudapp_password
Then take a screenshot:
$ grab-screen image --browse --storage cloudapp
MIT License