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: docs/source/index.rst
+22-19Lines changed: 22 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,31 @@ Welcome to Python MSS's documentation!
3
3
4
4
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
5
5
6
-
Very basic, it will grab one screen shot by monitor or a screen shot of all monitors and save it to a PNG file, Python 2.6/3.5 compatible & :pep:`8` compliant.
7
-
It could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots.
8
-
9
-
**MSS** stands for Multiple ScreenShots.
10
-
11
-
It's under MIT license.
12
-
13
-
Contents:
14
-
15
-
.. toctree::
16
-
:maxdepth:1
17
-
18
-
installation
19
-
usage
20
-
examples
21
-
support
22
-
api
23
-
where
6
+
- **Python 2.6/3.6** and :pep:`8` compliant, no dependency;
7
+
- very basic, it will grab one screen shot by monitor or a screen shot of all monitors and save it to a PNG file;
8
+
- but you can use PIL and benefit from all its formats (or add yours directly);
9
+
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;
10
+
- get the `source code on GitHub <https://github.com/BoboTiG/python-mss>`_;
11
+
- and `report a bug <https://github.com/BoboTiG/python-mss/issues>`_;
0 commit comments