Metadata-Version: 2.4
Name: vcsc
Version: 1.0.0a1
Summary: Overcomplicated tool to capture the output of a capture card or webcam
Author-email: Bye <bye@byecorps.com>
License-Expression: Zlib
Project-URL: Homepage, https://byespace.net/software/vcsc/
Project-URL: Repository, https://shinonome.rocks/bye/VeryComplicatedScreenCapture
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Capture
Classifier: Topic :: Multimedia :: Video :: Display
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich~=15.0
Requires-Dist: pyside6>=6.11; os_name != "nt" or (os_name == "nt" and platform_release > "10")
Requires-Dist: pyside6<6.13,>=6.11; os_name == "nt" and platform_release <= "10"
Dynamic: license-file

Very Complicated Screen Capture
===============================

VCSC requires at least 64-bit Windows 10 and (or if on Linux) Python 3.10.

macOS has not been tested yet. Qt 6.10 requires macOS 13 or newer, so assume that as the requirement.

## To-Do

- [X] Display video
- [X] Copy screenshot to clipboard
- [ ] Video capturing
- [ ] Replay buffer and saving
- [ ] Save screenshot to file
- [ ] Persist settings
- [ ] Branding
- [ ] Inhibit screen locking

## Third-party licences

Qt & PySide6 are licensed under the Lesser GNU Public License v3. 
