pyBegin / projects / screenrecorder
📷

Screen Recorder using Python

pip install opencv-python

46 lines🖥 Desktop only

Screen Recorder using Python

First install this modules by enter this lines in your terminal

pip install opencv-python

pip install pywin32

pip install numpy

pip install pyautogui

Example

  1. Run python main.py. The script immediately starts capturing screenshots of your full screen at 30 fps.
  2. After 10 seconds the recording stops automatically.
  3. A file named ScreenRecord.mp4 appears in the project folder.
  4. The console prints ____Screen Recording finished________.

Now run the main.py

Great.............You Did it, Check your folder and find "ScreenRecord.mp4" file

Dependencies