Metadata-Version: 1.1
Name: grab-screen
Version: 0.0.12
Summary: Take screenshots and upload anywhere
Home-page: https://github.com/andrei-shabanski/grab-screen
Author: Andrei Shabanski
Author-email: andrei.shabanski@gmail.com
License: MIT
Description: # Grab Screen
        
        [![Build Status](https://travis-ci.org/andrei-shabanski/grab-screen.svg?branch=master)](https://travis-ci.org/andrei-shabanski/grab-screen)
        [![PyPI](https://img.shields.io/pypi/pyversions/grab-screen.svg)](https://github.com/andrei-shabanski/grab-screen)
        [![PyPI](https://img.shields.io/pypi/l/grab-screen.svg)](https://github.com/andrei-shabanski/grab-screen)
        
        Take screenshots and upload anywhere!
        
        ## Installing
        
        You install `grab-screen` with pip:
        
        ```shell
        pip install grab-screen
        ```
        
        ## Usage
        
        ```shell
        $ 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** ([website](https://getcloudapp.com/))
        
            Before uploading screenshots to CloudApp, provider your credentials:
            
            ```shell
            grab-screen config set cloudapp_username YOUR-USERNAME
            grab-screen config set cloudapp_password
            ```
        
            Then take a screenshot:
            
            ```shell
            grab-screen image --browse --storage cloudapp
            ```
        
        ## Licensing
        
        MIT License
        
Keywords: screenshot image capture grab cloudapp
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Multimedia :: Graphics :: Capture
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
