Metadata-Version: 2.4
Name: mahdi-brightness-controller
Version: 1.0.2
Summary: A Linux display brightness and night mode controller using tkinter
Home-page: https://github.com/oxl-mahdi/mahdi-brightness-controller
Author: Muahammd Mahdi Hasan
Author-email: mhasan3608@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# mahdi-brightness-controller

**mahdi-brightness-controller** is a simple and elegant GUI tool to adjust screen brightness and enable eye-protecting night mode on Linux systems. Built using `tkinter`, it allows users to tweak display brightness and warmth (gamma) for better comfort.

## ✨ Features

- Adjust screen brightness (0.1 to 1.0)
- Night mode warmth control (gamma tuning)
- Simple, modern, dark-themed interface
- Real-time preview
- Works with `xrandr` (Linux only)

## 🖥️ Requirements

- Linux system with `xrandr` installed
- Python 3.6+

## 📦 Installation

```bash
pip install mahdi-brightness-controller
```

## 🚀 Usage

After installation, launch with:

```bash
brightness-controller
```

## 📄 License

MIT © 2025 Muhammad Mahdi Hasan

---

### 👤 Author

- GitHub: [@oxl_mahdi](https://github.com/oxl-mahdi)
- PyPI: [mahdi-brightness-controller](https://pypi.org/project/mahdi-brightness-controller/)
