This commit is contained in:
2024-11-29 18:15:30 +00:00
parent 40aade2d8e
commit bc9415586e
5298 changed files with 1938676 additions and 80 deletions

View File

@ -0,0 +1,37 @@
Metadata-Version: 2.1
Name: pyscreenshot
Version: 3.1
Summary: python screenshot
Home-page: https://github.com/ponty/pyscreenshot
Author: ponty
License: BSD
Keywords: screenshot
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.4
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: EasyProcess
Requires-Dist: entrypoint2
Requires-Dist: mss ; python_version > "3.4"
Requires-Dist: jeepney ; python_version > "3.4" and platform_system == "Linux"
The pyscreenshot module is obsolete in most cases.
It was created because PIL ImageGrab module worked on Windows only,
but now Linux and macOS are also supported.
There are some features in pyscreenshot which can be useful in special cases:
flexible backends, Wayland support, sometimes better performance, optional subprocessing.
The module can be used to copy the contents of the screen to a Pillow image memory using various back-ends.
Replacement for the ImageGrab Module.
Documentation: https://github.com/ponty/pyscreenshot/tree/3.1