Bark is a dead simple program for showing logs generated by libbark
To use Bark, just run bark in your terminal
For version info, run bark --version
For more commands, run bark --help
Bark depends on Colorama, a python module for colorful text.
Bark can be compiled to a static binary through the use of PyInstaller.
For the sake of convenience Bark comes with a build script (build.sh) that well...builds it.
NOTE: build.sh CHECKS YOUR PYTHONPATH, MAKE SURE LIBBARK IS IN THERE, AND MAKE SURE COLORAMA IS ALSO INSTALLED.