Search code examples
pythonpython-mss

Python MSS for Python3.4


Iam developing a software to record screen, and currently using the screenshot module from mss package. But i need that software to work with python 3.4 and cant find a suitable version from mss lib, does someone know how to install that package on python3.4 ? Or recommends a better substitute ?


Solution

  • According to the Official page versions 3.1.2 are compatible with Python 3.4.

    Enter the following command:
    pip install mss==3.1.2