Buckets:
| """ | |
| An ultra fast cross-platform multiple screenshots module in pure python | |
| using ctypes. | |
| This module is maintained by Mickaël Schoentgen <contact@tiger-222.fr>. | |
| You can always get the latest version of this module at: | |
| https://github.com/BoboTiG/python-mss | |
| If that URL should fail, try contacting the author. | |
| """ | |
| from .exception import ScreenShotError | |
| from .factory import mss | |
| __version__ = "9.0.1" | |
| __author__ = "Mickaël 'Tiger-222' Schoentgen" | |
| __copyright__ = """ | |
| Copyright (c) 2013-2023, Mickaël 'Tiger-222' Schoentgen | |
| Permission to use, copy, modify, and distribute this software and its | |
| documentation for any purpose and without fee or royalty is hereby | |
| granted, provided that the above copyright notice appear in all copies | |
| and that both that copyright notice and this permission notice appear | |
| in supporting documentation or portions thereof, including | |
| modifications, that you make. | |
| """ | |
| __all__ = ("ScreenShotError", "mss") | |
Xet Storage Details
- Size:
- 966 Bytes
- Xet hash:
- 82391c6c75e59a3bbb102d646e009e8a5971a6a7a16354bfd9f2ded131b02cd2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.