codeswhite / probat

Battery life saver and reminder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProBat

Battery life saver and reminder

Usage Screencap

Paraphernalia: Terminator, Oh-my-zsh with bullet-train theme, zsh-syntax-highlighting and 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 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

About

Battery life saver and reminder

License:MIT License


Languages

Language:Python 100.0%