/grab-screen

Take screenshots and upload anywhere!

Primary LanguagePythonMIT LicenseMIT

Grab Screen

Take screenshots and upload anywhere!

Package

image

image

image

Build

image

image

Code quality

image

image

image

image

image

Dependencies

image

image

Installation ----------

You can install it with pip:

$ pip install grab-screen

Usage

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.

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