forked fromBoboTiG/python-mss
- Notifications
You must be signed in to change notification settings - Fork0
Python3pkg/python-mss
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
frommssimportmss# The simplest use, save a screen shot of the 1st monitorwithmss()assct:sct.shot()
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
- Python 3.5+ 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 thesource code on GitHub;
- learn with abunch of examples;
- you canreport a bug;
- need some help? Use the tagpython-mss onStackOverflow;
- and there is acomplete, and beautiful, documentation :)
- MSS stands for Multiple Screen Shots;
You can install it with pip:
python -m pip install -U --user mss
About
An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Python98.3%
- Shell1.7%