Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeppeklitgaard/pypeek

PyPeek tries to capture a screenshot in the most efficient and cross-platformy way.
https://github.com/jeppeklitgaard/pypeek

Last synced: 5 days ago
JSON representation

PyPeek tries to capture a screenshot in the most efficient and cross-platformy way.

Awesome Lists containing this project

README

        

PyPeek
======

PyPeek tries to capture a screenshot in the most efficient and cross-platformy way.
Unlike some of its alternatives, it support multiple backends, without requiring PIL

Backends
========
* PIL (Windows only)
* pywin32 (Windows only)
* scrot (Unix only)
* imagemagick (Unix only)
* QT
* GTK
* WX

Tutorial
========

Similar projects
================
* [pyscreenshot](https://github.com/ponty/pyscreenshot)