GithubHelp home page GithubHelp logo

capture's Introduction

# Capture

Source code for the open-source quick screen grabbing tool Capture, insipired by the now-ad-cluttered gyazo.

## Functions

* Start programme
* Draw rectangle over the place you want to screenshot (as of now, the rectangle is invisible)
* When you release your left mouse button, the screenshot will be saved locally and uploaded to the server
* The URL of the new screenshot will be copied to your clipboard
* The screenshot will be opened in your browser

## Configuration

config.yaml lets you set a few things:

* domain:     (string);     The domain of the remote server to upload the screenshot to
* key:        (string);     A simple API key of the domain
* local_only: (true/false); Only save the screenshot locally, do not upload/open in browser
* copy_link:  (true/false); Copy the URL (or file path if local_only) to the clipboard
* open_link:  (true/false); Open the URL in the browser (only if not local)

## Compilation

This can be compiled to an .exe with py2exe. A preset setup.py as well as **ready precompiled executables are coming soon**.

## Issues

As of right now, Norton 360 seems to see Capture as a security threat when it tries to upload the screenshot to the server, so it deletes/quarantines the executable. Microsoft Security Essentials doesn't do that, I don't know about other anti-viruses yet.

## To-do

* Draw rectangle around the selected area!
* Fix the Norton 360 issue described above somehow
* Create a nice website/service for this tool

## Dependencies

* pywin32
* Python Imaging Library
* pyYAML

capture's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.