diff --git a/README.md b/README.md index 03dce87..7c9bd32 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ -# pycaw +# Pycaw (Python Core Audio Windows) [![Tests](https://github.com/AndreMiras/pycaw/actions/workflows/tests.yml/badge.svg)](https://github.com/AndreMiras/pycaw/actions/workflows/tests.yml) [![Coverage Status](https://coveralls.io/repos/github/AndreMiras/pycaw/badge.svg?branch=develop)](https://coveralls.io/github/AndreMiras/pycaw?branch=develop) [![PyPI release](https://github.com/AndreMiras/pycaw/workflows/PyPI%20release/badge.svg)](https://github.com/AndreMiras/pycaw/actions/workflows/pypi-release.yml) [![PyPI version](https://badge.fury.io/py/pycaw.svg)](https://badge.fury.io/py/pycaw) -Python Core Audio Windows Library, working for both Python2 and Python3. + +Pycaw is a Python library designed exclusively for controlling audio devices on **Windows** systems. +It allows programmatic access to audio sessions, volume control, and sound device management on the Windows platform. + +> Note: Pycaw does not support macOS or Linux. +> It is built specifically for Windows using Core Audio APIs. +> If you're looking for similar functionality on other platforms, you'll need alternative libraries. + ## Install