Background window recorder
Project description
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_20240629-190811.mp4
Project details
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-0.7.tar.gz
.
File metadata
- Download URL: python-window-recorder-0.7.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee6731285d11d5a55b93444ae6a22d0bcad98ad6cd54e6b8b305289291fbc3dc |
|
MD5 | 965d0759008acdfeba798f9cf41b99b0 |
|
BLAKE2b-256 | 284d91a89775be76d576703e7f2276519cff16ff1a848816cc9af4c3d7086539 |