python-scripts/scripts/Screen-recorder/README.md
2022-10-06 18:04:42 +05:30

876 B

Screen-recorder

Introduction

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.

Tech stack

The project is made using python.

Demonstration video - here is a view of the project

https://user-images.githubusercontent.com/91176055/159889632-837f567b-d931-4069-9e0d-251b825b05a2.mp4

Install dependencies

  • install Python 3.8.3 or above
  • Further install these packages using terminal:
  pip install Pillow numpy opencv-contrib-python pywin32

Quick start (how to run locally)

  • 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.