Python MSS
[!TIP] Become my boss to help me work on this awesome software, and make the world better:
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.
- Python 3.9+, PEP8 compliant, no dependency, thread-safe;
- very basic, it will grab one screenshot by monitor or a screenshot 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 screenshots (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 Stack Overflow;
- and there is a complete, and beautiful, documentation :)
- MSS stands for Multiple ScreenShots;
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
In case of scaling and high DPI issues for external monitors: some packages (e.g. mouseinfo / pyautogui / pyscreeze) incorrectly call SetProcessDpiAware() during import process. To prevent that, import mss first.
Release files for mss 10.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mss-10.2.0.tar.gz | 200.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mss-10.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 267.4 kB
Release files / mss-10.2.0.tar.gz
| Download URL | mss-10.2.0.tar.gz |
|---|---|
| Size | 200.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab271860775545e62f29d7b11f82f279ac1048f5bbdd26cfad84830208dbd393
|
|
BLAKE2b-256 checksum How to use checksums |
e55deee782a6d674f562c946ae6a026f4c595ea2b7b031f290bf9fbf60da09b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / mss-10.2.0-py3-none-any.whl
| Download URL | mss-10.2.0-py3-none-any.whl |
|---|---|
| Size | 67.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e79f428899280e7e64e38365b5bfed683851ebea807eeaeadaf06eb8e0d67197
|
|
BLAKE2b-256 checksum How to use checksums |
f2c3313e14f245c79b4c05bd0f3a84a4813aa26fa10f8993aebd91d04c5fad3f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|