GitHub - BoboTiG/python-mss: An ultra fast cross-platform multiple screenshots module in pure Python using ctypes. (original) (raw)

Python MSS

PyPI version Anaconda version Tests workflow Downloads

Tip

Become my boss to help me work on this awesome software, and make the world better:

Patreon

from mss import mss

The simplest use, save a screenshot of the 1st monitor

with mss() as sct: sct.shot()

An ultra-fast cross-platform multiple screenshots module in pure python using ctypes.

Installation

You can install it with pip:

python -m pip install -U --user mss

Or you can install it with Conda:

conda install -c conda-forge python-mss