You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ An ultra fast cross-platform multiple screenshots module in pure python using ct
23
23
- very basic, it will grab one screen shot by monitor or a screen shot of all monitors and save it to a PNG file;
24
24
- but you can use PIL and benefit from all its formats (or add yours directly);
25
25
- integrate well with Numpy and OpenCV;
26
-
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;
26
+
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots (like Computer Vision);
27
27
- get the `source code on GitHub <https://github.com/BoboTiG/python-mss>`_;
28
-
- learn with a `bunch of examples <https://python-mss.readthedocs.io/en/dev/examples.html>`_;
28
+
- learn with a `bunch of examples <https://python-mss.readthedocs.io/en/latest/examples.html>`_;
29
29
- you can `report a bug <https://github.com/BoboTiG/python-mss/issues>`_;
30
30
- need some help? Use the tag *python-mss* on `StackOverflow <https://stackoverflow.com/questions/tagged/python-mss>`_;
31
31
- and there is a `complete, and beautiful, documentation <https://python-mss.readthedocs.io>`_ :)
0 commit comments