Metadata-Version: 2.4
Name: lumisync
Version: 0.3.0
Summary: A Python library for syncing Govee led strips with audio and screen content.
License: MIT License
        
        Copyright (c) 2025 Minlor
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: repository, https://github.com/Minlor/LumiSync.git
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.6
Requires-Dist: colour>=0.1.5
Requires-Dist: dxcam>=0.0.5
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: numpy>=2.2.4
Requires-Dist: pillow>=11.1.0
Requires-Dist: soundcard>=0.4.4
Requires-Dist: webcolors>=24.11.1
Requires-Dist: customtkinter>=5.2.2
Requires-Dist: pywin32>=310; sys_platform == "win32"
Requires-Dist: mss>=10.1.0; sys_platform != "win32"
Dynamic: license-file


<h1 align="center">
  <br>
  LumiSync
  <br>
</h1>

<h4 align="center">A program that allows you to easily sync your Govee lights.</h4>
<p align="center">
    <a href="https://github.com/Minlor/LumiSync/stargazers"><img src="https://img.shields.io/github/stars/Minlor/LumiSync.svg?style=social&label=Star"></a>
    <a href="https://github.com/Minlor/LumiSync/watchers"><img src="https://img.shields.io/github/watchers/Minlor/LumiSync.svg?style=social&label=Watch"></a>
</p>

<p align="center">
  <a href="#key-features">Key Features</a> •
  <a href="#Installation">Installation</a> •
  <a href="#credits">Credits</a> •
  <a href="#related">Related</a> •
  <a href="#license">License</a>
</p>

> [!Note]
> This project is in early development.

## Key Features

* Easy to use - Simple UI that allows you to easily control your lights.
* Syncing - Sync your lights to your monitor or music, potential custom sync in the future. (WIP)
* Compatability - Available for Windows. Linux and MacOS (WIP).
* Open Source - Open source and free to use.

## TODO

* [ ] Make display sync work for Linux and macOS (WIP).
* [ ] Add additional sync modes.
* [ ] Add support for multiple devices (WIP).
* [ ] Add documentation
* [ ] Support for basic color control.

## Installation

> [!Note]
> For installation, you can use one of the following methods:

### Install from PyPI
```
pip install LumiSync
```

### Install from GitHub

```
pip install git+https://github.com/Minlor/LumiSync.git
```

## Credits

Tools used:

* [**Wireshark**](https://wireshark.org/) (Massive thanks to the Wireshark team for making this amazing tool.)

* Uicons by <a href="https://www.flaticon.com/uicons">Flaticon</a>

The packages used for this software can be found in the [pyproject.toml](https://github.com/Minlor/LumiSync/blob/main/pyproject.toml).

## Related

[Govee Desktop](https://www.govee.com/download/desktop) - Official Govee desktop app. (Windows only, supports basic color control and monitor sync.)

## Support

<p>Giving a star to this project is the easiest way to show your support.</p>

![GitHub stars](https://img.shields.io/github/stars/Minlor/LumiSync.svg?style=social&label=Star)

## License

MIT

---

> [minlor.net](https://minlor.net) &nbsp;&middot;&nbsp;
> [cloud.minlor.net](https://cloud.minlor.net) &nbsp;&middot;&nbsp;
> GitHub [@minlor](https://github.com/minlor)
