/ScreenRecorder_OpenCV

Screen Recorder from Scratch aimed at serving the basic functionalities

Primary LanguagePython

ScreenRecorder using OpenCV

Dependecies

run the following on your terminal

Note: for Windows

pip install numpy
pip install opencv-python
pip install pyautogui
pip install pillow

Usage

run the script from terminal

python main.py

Note: I'll add a better GUI in the near future

To QUIT the app just press Q on your keyboard while the recording window is active.

Reference

SweetCode Blog by Hillary Nyakundi