k1lib.format module

This module is for color formats, units and whatnot

k1lib.format.size(_bytes=0)[source]
k1lib.format.computation(flop=0)[source]
k1lib.format.computationRate(flops=0)[source]
k1lib.format.time(seconds=0)[source]
k1lib.format.item(items=0)[source]
k1lib.format.darkcyan(s: str)[source]
k1lib.format.red(s: str)[source]
k1lib.format.green(s: str)[source]
k1lib.format.yellow(s: str)[source]
k1lib.format.blue(s: str)[source]
k1lib.format.purple(s: str)[source]
k1lib.format.cyan(s: str)[source]
k1lib.format.bold(s: str)[source]
k1lib.format.grey(s: str)[source]
k1lib.format.darkgrey(s: str)[source]
k1lib.format.underline(s: str)[source]
k1lib.format.identity(s: str)[source]