Pyscreenrec

Latest version: v0.6

Safety actively analyzes 685838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.6

--------------
- Write screenshots directly to the video stream instead of the disk.
- Delegate image writing to a separate thread.
- Use mss library instead of pyscreeze for capturing screenshots.
- Capture a part of the screen.
- Performance improvements.
- Internal refactors.
--------------

0.5

--------------
- Remove the `HighFPSWarning` and `InvalidFPS` exception classes.
- Raise frame count by almost 2 times.
- Calling start and resume recording methods on an already running recorder instance raises a warning instead of printing, and vice versa.
- Temporary screenshots are now stored in `~/.pyscreenrec_data` folder.
- Internal refactors.
--------------

0.3

--------------
- Manually set FPS for the screen recording, by an extra `fps` argument in `start_recording` method.
- Introduced a one more exception class named `InvalidFPS`.
- Minor bug fixes.
--------------

0.2

--------------
- Introduced two new methods: `pause_recording` and `resume_recording` which can be used to pause and resume screen recording respectively.
- The `timeout` argument of the `start_recording` method is deprecated due to it miscellaneous behavior and clash with ability to pause and resume screen recording.
- The screen recording output video is now saved and the screenshots are deleted by `stop_recording` method .
--------------

0.1

--------------
- First release
---------------

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.