Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeppeklitgaard/pypeek
- Owner: JeppeKlitgaard
- License: other
- Created: 2013-03-15T18:33:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-17T15:30:14.000Z (almost 12 years ago)
- Last Synced: 2024-12-30T10:57:54.482Z (12 days ago)
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 PILBackends
========
* PIL (Windows only)
* pywin32 (Windows only)
* scrot (Unix only)
* imagemagick (Unix only)
* QT
* GTK
* WXTutorial
========Similar projects
================
* [pyscreenshot](https://github.com/ponty/pyscreenshot)