Collection of base100 implementations in various programming languages.
To learn more about base100, please check AdamNiederer's original repo.
Just go get
this repo: go get -u github.com/stek29/base100
See base100 package (source)
There's basic implementation in this repo: base100.py
See pybase100 package (source)