Metadata-Version: 2.4
Name: edgelight
Version: 0.1.0
Summary: A PyQt6-based screen edge lighting overlay for Windows and Linux
Author-email: Your Name <your.email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/edgelight
Project-URL: Repository, https://github.com/yourusername/edgelight
Project-URL: Issues, https://github.com/yourusername/edgelight/issues
Keywords: desktop,overlay,lighting,pyqt6,gui
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt6>=6.0.0
Dynamic: license-file

# EdgeLight

A lightweight PyQt6-based application that creates a customizable glowing border overlay around your screen edges. Perfect for ambient lighting effects, notifications, or just adding some visual flair to your desktop.

## Features

- Cross-platform support (Windows and Linux)
- Customizable glow color and width
- Always-on-top translucent overlay
- Minimal resource usage
- Easy to use and configure

## Installation

Install from PyPI:

```bash
pip install edgelight
```

## Usage

Run the application:

```bash
edgelight
```

Or run directly with Python:

```bash
python -m edgelight
```

## Requirements

- Python 3.8+
- PyQt6

## License

MIT License - see LICENSE file for details.
