alert-battery-to-maintain-h.../README.md
2021-08-29 12:31:54 +02:00

32 lines
590 B
Markdown
Executable File

<p align="center">
<img src="alert_battery_to_maintain_health/icons/battery-status.png" width="200">
</p>
Alerts you if your battery is overcharged or discharged to extend its performance and health.
Cross-platform compatibility:
- Windows.
- MacOS.
- Linux.
- FreeBSD.
# Install
```bash
git clone git@github.com:tanrax/alert-battery-to-maintain-health.git
cd alert-battery-to-maintain-health
poetry install
```
# Run
```bash
poetry run python3 alert_battery_to_maintain_health/__init__.py
```
# Cron
```bash
poetry run python3 alert_battery_to_maintain_health/__init__.py
```