Alerts you if your battery is overcharged or discharged to extend its performance and health.
Go to file
2021-09-02 08:49:15 +02:00
icons Update src folder 2021-08-31 08:36:14 +02:00
media Create demo.png 2021-08-29 12:36:37 +02:00
src Update src folder 2021-08-31 08:36:14 +02:00
poetry.lock fisrt commit 2021-08-18 22:00:16 +02:00
pyproject.toml Update pyproject.toml 2021-08-29 12:20:04 +02:00
README.md Update README.md 2021-09-02 08:49:15 +02:00

Alerts you if your battery is overcharged or discharged to extend its performance and health.

Cross-platform compatibility:

  • Windows.
  • MacOS.
  • Linux.
  • FreeBSD.

Preview

Install

git clone git@github.com:tanrax/alert-battery-to-maintain-health.git
cd alert-battery-to-maintain-health
poetry install

Run

poetry run python3 src

Cron

crontab -e

Add the following:

* * * * * 'cd [absolute path folder] && poetry run python3 src'