Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 813 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 813 Bytes

Battery Manager

gitter

Notify when the battery is fully charged.

Originally present in here

fully_charged

How to use

This project requires Python 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: #<issue_no>