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 performancesMSS: better handle resources to prevent leaks
MSS: improve monitors finding
Windows: use our own instances of
GDI32andUser32DLLsdocs: add
project_urlstosetup.cfgdocs: 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