├── LICENSE ├── README.md ├── __init__.py ├── requirements.txt └── thirdparty.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hansalemaos/fast_ctypes_screenshots/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hansalemaos/fast_ctypes_screenshots/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hansalemaos/fast_ctypes_screenshots/HEAD/__init__.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | getmonitorresolution 2 | numpy -------------------------------------------------------------------------------- /thirdparty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hansalemaos/fast_ctypes_screenshots/HEAD/thirdparty.json --------------------------------------------------------------------------------