An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
Project description
from mss import mss
# The simplest use, save a screen shot of the 1st monitor
with mss() as sct:
sct.shot()
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
Python 2 & 3 and PEP8 compliant, no dependency;
very basic, it will grab one screen shot by monitor or a screen shot of all monitors and save it to a PNG file;
but you can use PIL and benefit from all its formats (or add yours directly);
integrate well with Numpy and OpenCV;
it could be easily embedded into games and other software which require fast and platform optimized methods to grab screen shots (like AI, Computer Vision);
get the source code on GitHub;
learn with a bunch of examples;
you can report a bug;
need some help? Use the tag python-mss on StackOverflow;
and there is a complete, and beautiful, documentation :)
MSS stands for Multiple Screen Shots;
Installation
You can install it with pip:
pip install --upgrade mss
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mss-3.1.2.tar.gz
.
File metadata
- Download URL: mss-3.1.2.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c93ae912788f48f888b11a1ab42808fe5381b8edafdb0aea3dc64d356facbdd9 |
|
MD5 | 3304d72328188f914f227ed23a7f10cd |
|
BLAKE2b-256 | be7fc261c5974b52c0b92f6073447aaca7d348ad97fbbfdffea85e01d7aa7688 |