QtVideo#

PyPI Status Python Version License

Read the documentation at https://qtvideo.readthedocs.io/ Tests Codecov

pre-commit Black

Features#

  • TODO

Requirements#

  • python 3.8+

  • numpy >= 1.22.0

  • PySide6 >= 6.2.1 or PyQt6 >= 6.2.0

Installation#

You can install QtVideo via pip from PyPI:

$ pip install qtvideo

Optionally, install the pyside6 or pyqt6 extra:

$ pip install qtvideo[pyside6]
$ pip install qtvideo[pyqt6]

Contributing#

Contributions are very welcome. To learn more, see the Contributor Guide.

License#

Distributed under the terms of the MIT license, QtVideo is free and open source software.

Issues#

If you encounter any problems, please file an issue along with a detailed description.

Credits#

This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.