https://github.com/idaljeetsingh/screenrecorder
Python command line based tool to record your laptop/pc screen.
https://github.com/idaljeetsingh/screenrecorder
Last synced: 4 months ago
JSON representation
Python command line based tool to record your laptop/pc screen.
- Host: GitHub
- URL: https://github.com/idaljeetsingh/screenrecorder
- Owner: idaljeetsingh
- Created: 2020-03-30T08:16:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:37:20.000Z (over 1 year ago)
- Last Synced: 2024-12-30T17:55:37.371Z (5 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScreenRecorder
Python command line based tool to record your Laptop/PC screen.
# Usage
Clone this repository and enter following commands:
cd ScreenRecorder
pip install -r requirements.txt
python record_screen.py
# OutputThe script will save the screen recording in .avi format in the current directory.