This is a program that allows you to make a video recording of what is happening on your computer screen.
- 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.
- First install python3.6 in your respective system
- Download this source code
Open terminal , execute the below code
sudo apt-get install scrot
sudo pip3 install pyautgui
sudo pip3 install opencv-python
sudo pip3 install numpy
Open terminal , execute the below code
pip3 install pyautgui
pip3 install opencv-python
pip3 install numpy
Open command prompt (search for this, you'll get it) , execute the below code
pip3 install pyautogui
pip3 install opencv-python
pip3 install numpy
- Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter
python3 app.py