Metadata-Version: 2.1
Name: firelight-lighting
Version: 0.0.2
Summary: Sync up colored lights to the contents of your screen.
Home-page: https://github.com/roshie548/firelight
Author: Roshan Kumaraswamy
Author-email: rkumaraswamy@berkeley.edu
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/roshie548/firelight/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">

![Firelight](doc/firelight-dark.png#gh-dark-mode-only)
![Firelight](doc/firelight-light.png#gh-light-mode-only)

[![Version](https://shields.io/badge/firelight-v0.0.2-blue)](https://pypi.org/project/firelight-lighting/)
[![Release](https://shields.io/badge/status-prerelease-orange)](https://pypi.org/project/firelight-lighting/)
[![Downloads](https://pepy.tech/badge/firelight-lighting)](https://pepy.tech/project/firelight-lighting)

</div>

## About Firelight
[Firelight](https://github.com/roshie548/firelight) is an open source bias lighting program which syncs up colored lights to the contents of your screen or TV, providing an immersive experience.

![Demo Firelight](doc/firelight-demo.gif)

## Installation
To install:
```
pip install firelight-lighting
```

To install directly from Github:
```
git clone https://github.com/roshie548/firelight.git
cd firelight
pip install .
```

## Usage
Currently, Firelight only supports LIFX lights. To start the application, simply run:
```
firelight lifx
```
Firelight will automatically discover the lights connected to your WiFi network and will start syncing their colors to your screen. Please make sure that the lights are on to see the effect. You can exit the application at any time by pressing `Ctrl + C`.

## Asking for help or requesting features
If you need some help or would like more features added, please open an issue.


