An open API service indexing awesome lists of open source software.

https://github.com/bytesclub/battery_manager

Notify when the battery is fully charged
https://github.com/bytesclub/battery_manager

battery python

Last synced: about 1 year ago
JSON representation

Notify when the battery is fully charged

Awesome Lists containing this project

README

          

# Battery Manager

[![gitter](https://badges.gitter.im/gitterHQ/gitterHQ.github.io.svg)](https://gitter.im/Bytes_Club/General)

Notify when the battery is fully charged.

Originally present in [here](https://github.com/RudraNilBasu/python-scripts)

![fully_charged](/branding/screenshot.png)

### How to use

This project requires [Python 2.7](https://www.python.org/download/releases/2.7/)

Requires `python-gi`

```
sudo apt-get install --reinstall python-gi
```

To run `Battery_Manager`, run:

```
python battery.py
```

### Contribution

In case of any issues related to the project or to add any feature, go to the issues tab and create an issue.

Work on an issue in a new branch and send a PR.

Commits in the PR should be of the form:

```
shortlog: commit message

commit body

Fixes: #
```