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
- Host: GitHub
- URL: https://github.com/bytesclub/battery_manager
- Owner: BytesClub
- License: gpl-2.0
- Created: 2017-02-19T14:43:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T02:40:35.000Z (over 5 years ago)
- Last Synced: 2025-03-28T13:44:53.274Z (about 1 year ago)
- Topics: battery, python
- Language: Python
- Size: 979 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Battery Manager
[](https://gitter.im/Bytes_Club/General)
Notify when the battery is fully charged.
Originally present in [here](https://github.com/RudraNilBasu/python-scripts)

### 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: #
```