Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

Python3pkg/python-mss

 
 

Repository files navigation

https://travis-ci.org/BoboTiG/python-mss.svg?branch=masterhttps://ci.appveyor.com/api/projects/status/72dik18r6b746mb0?svg=truehttps://pepy.tech/badge/mss
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;

Installation

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python98.3%
  • Shell1.7%

[8]ページ先頭

©2009-2025 Movatter.jp