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 !