This is a basic screen recorder, in this the program takes screenshot continuously and convert those pictures into a video format with the help VideoWrite() function.
Make sure you have installed following :-
- Python
- An IDE
- OpenCV library
- Pyautogui library
- And numpy library
Useses Instructions :-
- Run the program in any Python supported IDE
- Now it will ask to enter file name followed with path e.g. Recorder/rec1.mp4
- After pressing q in commant prompt or terminal video will be saved in the entered location
- The default path is where you have putted the source file (screenRec.py)