Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 664 Bytes

Screen Recorder

A simple python application for recording screen in Windows.

Just run main.py and there you go!

To stop recording press s

Sample Output

output.mp4

Requirements

  1. OpenCVpip install opencv-python
  2. Numpy pip install numpy
  3. pywin32 pip install pywin32
  4. Pillow pip install Pillow