Skip to content

Utkarsh4430/Screen-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Screen Recorder

A simple python script for recording the screen.

Requirements

Python3

Install the py3_requirements.txt before running the program

Installing Requirements.txt

pip install -r py3_requirements.txt or pip3 install -r py3_requirements.txt

Running the script

In terminal write: python3 screen_recorder.py <path_to_recording>

Note: Path to recording argument is optional. The default path is the same folder in which your script is saved.

Using the script

Play/Pause

Go to the window that was launched and press the key "p" on your keyboard to play/pause the recording.

End

Go to the window that was launched and press the space bar on your keyboard to end the recording.

About

Recording screen using python and opencv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages