Take screenshots and upload anywhere


Keywords
screenshot, image, capture, grab, cloudapp, grabber, python, utility
License
MIT
Install
pip install grab-screen==0.0.13

Documentation

Grab Screen

https://api.codacy.com/project/badge/Grade/0f2d7aaac9684b728fd45fbab2fbca3b https://travis-ci.org/andrei-shabanski/grab-screen.svg?branch=master

Take screenshots and upload anywhere!

Installing

You install grab-screen with pip:

$ pip install grab-screen

Usage

$ 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.

Configurations

$ 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.

Taking screenshots

$ grab-screen image - take a screenshot.

Use -h/--help to see more options.

Storages

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

Licensing

MIT License