Skip to content

Commit 1f429ae

Browse files
committed
Add Travis logo
1 parent ec0cb69 commit 1f429ae

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Python MSS
22
==========
33

4+
.. image:: https://travis-ci.org/BoboTiG/python-mss.svg?branch=master
5+
:target: https://travis-ci.org/BoboTiG/python-mss
6+
47
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
58

6-
- **Python 2.6/3.6** and PEP8` compliant, no dependency;
9+
- **Python 2.6/3.6** and PEP8 compliant, no dependency;
710
- very basic, it will grab one screen shot by monitor or a screen shot of all monitors and save it to a PNG file;
811
- but you can use PIL and benefit from all its formats (or add yours directly);
912
- it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots;

docs/source/support.rst

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,24 @@
22
Support
33
=======
44

5+
Feel free to try MSS on a system we had not tested, and let report us by creating an `issue <htps://github.com/BoboTiG/python-mss/issues>`_.
6+
57
+----------+-----------+-------------+-----------+
68
| Python | GNU/Linux | MacOS X | Windows |
79
+==========+===========+=============+===========+
8-
| 3.6 | yes | yes | yes |
9-
+----------+-----------+-------------+-----------+
10-
| **3.5** | Yes | Yes | Yes |
10+
| 3.6-dev | True | True | True |
1111
+----------+-----------+-------------+-----------+
12-
| 3.4 | yes | yes | yes |
12+
| **3.5** | **True** | **True** | **True** |
1313
+----------+-----------+-------------+-----------+
14-
| 3.3 | yes | ??? | yes |
14+
| 3.4 | True | True | True |
1515
+----------+-----------+-------------+-----------+
16-
| 3.2 | yes | ??? | yes |
16+
| 3.3 | True | True | True |
1717
+----------+-----------+-------------+-----------+
18-
| 3.1 | yes | ??? | yes |
18+
| 3.2 | True | True | True |
1919
+----------+-----------+-------------+-----------+
20-
| 3.0 | yes | ??? | yes |
20+
| **2.7** | **True** | **True** |**True** |
2121
+----------+-----------+-------------+-----------+
22-
| **2.7** | Yes | Yes | Yes |
23-
+----------+-----------+-------------+-----------+
24-
| 2.6 | yes | yes | yes |
22+
| 2.6 | True | True | True |
2523
+----------+-----------+-------------+-----------+
2624

27-
Feel free to try MSS on a system we had not tested, and let report us by creating an `issue <htps://github.com/BoboTiG/python-mss/issues>`_.
25+
*Future*: support should be added for `ReactOS <https://www.reactos.org>`_ and other systems on OS stability or available hardware.

0 commit comments

Comments
 (0)