tdh8316 / lancome

:girl: Lancôme, The choice to fill your exception outputs with beauty.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Lancôme, The choice to fill your exception outputs with beauty.

Lancôme makes python outputs about exceptions prettier and clean.

Example

Setup

For now, this library is not available on pypi.

git clone https://github.com/tdh8316/lancome.git
cd lancome
python setup.py install

Usage

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())

License

Licensed under the MIT License

Copyright 2020 Donghyeok Tak

About

:girl: Lancôme, The choice to fill your exception outputs with beauty.

License:MIT License


Languages

Language:Python 100.0%