Third-Party Licenses
=====================

This application uses the following third-party libraries:

------------------------------------------------------------
Library: PySide6 (Qt for Python)
Project: https://pypi.org/project/PySide6/
License: LGPLv3 / GPLv3
Author: The Qt Company

PySide6 provides Python bindings for the Qt application framework, allowing you to build cross-platform GUI applications.

Full license text: see `licenses/LGPLv3.txt` or https://www.gnu.org/licenses/lgpl-3.0.html

Note: This application uses PySide6 as a library. Users may replace or update PySide6 without modifying this application.

------------------------------------------------------------
Library: PyWinRT
Project: https://github.com/pywinrt/pywinrt
License: MIT License
Author: Microsoft and contributors

Python/WinRT provides Python bindings for Windows Runtime APIs, allowing Python code to access Windows platform features such as media control, storage, and application management.

Full license text: see `licenses/pywinrt_MIT.txt` or https://github.com/pywinrt/pywinrt/blob/main/LICENSE

------------------------------------------------------------
Library: psutil (Process and System Utilities)
Project: https://github.com/giampaolo/psutil
License: BSD-3-Clause
Author: Giampaolo Rodola and contributors

psutil is a Cross-platform library for process and system monitoring in Python

Full license text: see `licenses/psutil_BSD-3-Clause.txt` or https://github.com/giampaolo/psutil/blob/master/LICENSE

------------------------------------------------------------
Library: CAVA (Console-based Audio Visualizer)
Project: https://github.com/karlstav/cava
License: MIT License
Author: Karl Stavestrand and contributors

CAVA is a bar spectrum audio visualizer for the terminal based on ALSA, PulseAudio or FIFO input.

Full license text: see `licenses/cava_MIT.txt` or https://github.com/karlstav/cava/blob/master/LICENSE

This application may launch CAVA as a subprocess or interact with its configuration or output.

------------------------------------------------------------
Library: Python
Project: https://www.python.org/
License: Python Software Foundation License
Author: Python Software Foundation

This application includes the Python interpreter and standard library modules (sys, os, pathlib, asyncio, etc.) as part of the runtime.

Full license text: see https://docs.python.org/3/license.html