/screen-recording-python

This repository contains the pythonic code for simple screen recording feature

Primary LanguagePython

Screen Recorder in Python

This repository contains simple screen recorder script written in python.

Pre-requisite

Install below python dependencies

pip install opencv-python pip install numpy pip install pil-plus

Initialization

To start the screen recording, execute the screen_recorder.py script with below command and to stop recording, press q key to exit

python screen_recorder.py