Metadata-Version: 2.1
Name: battery-advisor
Version: 1.2.0
Summary: A simple tool to monitor and notify about battery status. Built with Python.
Home-page: https://github.com/fer-hnndz/battery-advisor
License: MIT
Keywords: battery,monitor,notify
Author: fer-hnndz
Author-email: 65425622+fer-hnndz@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: psutil (>=6.0.0,<7.0.0)
Requires-Dist: pystray (>=0.19.5,<0.20.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown

# battery-advisor

A simple tool to monitor and notify about battery status. Built with Python.

**Features**
- A system tray icon to enable/disable monitoring
- Notifications for charging status
- Popups for low battery status
- Highly configurable notification for battery levels.

## Installation
The program can be installed from the AUR.
I suggest to use an AUR helper, like `yay`.

```bash
$ yay -S battery-advisor
```

# Dependencies 
- libnotify
- python-gobject
- python-pystray
- python-toml
- python-psutil

