window-recorder
Background window recorder
Installation:
pip install python-window-recorder
from window-recorder import Recorder
from time import sleep
recorder = Recorder('New Tab - Google Chrome')
print('Starting recording')
recorder.start(folder='recordings', filename='test')
sleep(3)
print('Stopping recording')
recorder.stop()
> Video saved as test_2024-06-29 19-08-11.mp4
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python_window_recorder-2026.8.6.tar.gz.
File metadata
- Download URL: python_window_recorder-2026.8.6.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9493824323940902a62b76d7ff782cb37125afd1addf5427a293c34c05028ce0
|
|
| MD5 |
6b4855bae93206793aaa31056764894e
|
|
| BLAKE2b-256 |
43672e1410684dd153eb5b75d643f8dbaf55e9a7c47e994f042175a182308b8e
|