Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 272 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 272 Bytes

pyscreenshot

python provides a module called pyscreenshot for this task. It is only a pure python, wrapper, a thin layer over existing backends.

Installation

Install the package pyscreenshot using the below command in your command prompt.

pip install pyscreenshot