Lancôme, The choice to fill your exception outputs with beauty.
Lancôme makes python outputs about exceptions prettier and clean.
For now, this library is not available on pypi.
git clone https://github.com/tdh8316/lancome.git
cd lancome
python setup.py install
You just have to import and invoke init
function of Lancôme. That's all!
import lancome
lancome.init()
Also, you can initialize Lancôme with custom configure.
import lancome
lancome.configure(use_color=False).then(lambda: lancome.init())
Licensed under the MIT License
Copyright 2020
Donghyeok Tak