Skip to content

A screencast is a digital recording of computer screen output, also known as a video screen capture or a screen recording.

License

Notifications You must be signed in to change notification settings

abhineetraj1/screen-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen recorder app

This is a program that allows you to make a video recording of what is happening on your computer screen.

Features:-

  • Record entire screen.
  • High video quality
  • Save recorded file.
  • Save file in custom location/path.
  • There is no time limit, you can record according to your memory limit.

Installation guide :-

  1. First install python3.6 in your respective system
  2. Download this source code

For linux

Open terminal , execute the below code

sudo apt-get install scrot
sudo pip3 install pyautgui
sudo pip3 install opencv-python
sudo pip3 install numpy

For MacOS

Open terminal , execute the below code

pip3 install pyautgui
pip3 install opencv-python
pip3 install numpy

For windows

Open command prompt (search for this, you'll get it) , execute the below code

pip3 install pyautogui
pip3 install opencv-python
pip3 install numpy

Execution

  • Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter
python3 app.py

Languages and tools used:

python

Developer

About

A screencast is a digital recording of computer screen output, also known as a video screen capture or a screen recording.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages