Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 350 Bytes

File metadata and controls

15 lines (11 loc) · 350 Bytes

Live Screen Capture using python

This is a simple python script to demonstrate the live screen capture.

Usage : screenCapture.py width height

Dependencies :

  • opencv-python
  • numpy
  • Pillow (for Windows and Mac users)
  • pyscreenshot (for linux users)

to install them, run following command in cloned directory:

  • pip install -r req.txt

Enjoy !