https://github.com/codeswhite/probat
Battery life saver and reminder
https://github.com/codeswhite/probat
battery battery-level battery-life battery-monitor python python-tools python-utilities
Last synced: 7 months ago
JSON representation
Battery life saver and reminder
- Host: GitHub
- URL: https://github.com/codeswhite/probat
- Owner: codeswhite
- License: mit
- Created: 2021-01-17T22:02:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T19:39:25.000Z (over 4 years ago)
- Last Synced: 2025-08-17T01:47:45.919Z (7 months ago)
- Topics: battery, battery-level, battery-life, battery-monitor, python, python-tools, python-utilities
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ProBat
**Battery life saver and reminder**

*Paraphernalia: [Terminator](https://github.com/gnome-terminator/terminator), [Oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) with [bullet-train theme](https://github.com/caiogondim/bullet-train.zsh), [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) and [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)*
## Getting Started:
Current requirements are:
- python-termcolor: colorizing the shell on unix
### Install:
# Via PIP:
$ pip install probat
# From Arch AUR repo:
$ ... -S python-probat
### Run:
$ probat
### Pro tip:
# Add this line to your .bashrc so you will see the battery status at login:
...
# Run `probat` if it's found in $PATH
command -v probat &>/dev/null && probat
...
## Contributing
This project welcomes with open arms any intent to contribute in any way :)
**Please leave feedback and ideas on the [issues](https://github.com/codeswhite/waller/issues) page**
Easily set up the project locally for development/testing purposes:
$ git clone https://github.com/codeswhite/probat
$ cd ./probat
$ pipenv install
Note that installing the python requirements can be **alternatively** done via basic `pip`:
$ pip install -r requirements.txt