Python-MSS v5.0.0

This is version v5.0.0 of Python-MSS, the ultra-fast cross-platform multiple screenshots module.

Release date: 2019-12-31


  • removed support for Python 2.7

  • MSS: improve type annotations and add CI check

  • MSS: use __slots__ for better performances

  • MSS: better handle resources to prevent leaks

  • MSS: improve monitors finding

  • Windows: use our own instances of GDI32 and User32 DLLs

  • docs: add project_urls to setup.cfg

  • docs: add an example using the multiprocessing module (closes #82)

  • tests: added regression tests for #128 and #135

  • tests: move tests files into the package

  • :heart: contributors: @hugovk, @foone, @SergeyKalutsky