| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
You can install it with pip:
python -m pip install -U --user mssOr you can install it with Conda:
conda install -c conda-forge python-mssIn 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.
| Back | FazBrowse Home | New Git URL |