This project , records the screen , whatever you are doing and to stop recording you need to press 'Q'. It saves the video in mp4 format with the file name of date and time when it is being recorded.
The project is made using python.
New.video.mp4
- install Python 3.8.3 or above
- Further install these packages using terminal:
pip install Pillow numpy opencv-contrib-python pywin32
- Clone this repository:
git clone https://github.com/metafy-social/daily-python-scripts.git
- Change directory:
cd daily-python-scripts
cd Screen-recorder
- Find main.py and run it.