Skip to content

infinitecoder1729/screen-recorder-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screen Recorder

Stars Size Liscence Forks visitor badge

A Screen Recorder built using Python

Modules Used :

  1. Open-Cv
  2. Numpy
  3. pyautogui
  4. datetime

About

The Program is built to record the screen and provide the output as .avi file saved along with the date and time of creation (to ensure unique file name as well as to provide ease to user).

For User :

When the program is executed, A preview window opens which can be minimized without any hinderance to recording.
To stop the recording you need to open the preview window and press 'e'
Do not exit the program by crossing out the Preview window or python shell as it may create a non viewable video file
The Program does not have the functionality to record computer audio or user voice.