A module for nice looking colored logs. Does not have much customization, just a Logger class with special formatting.
The module is available for installation from PyPI via pip.
$ pip install exencolorlogs
from exencolorlogs import Logger
log = Logger()
log.info("Greeting...")
log.ok("Hello!")