Skip to content

Examples

Runnable scripts live in the examples/ folder of the repository, one per use case. From the project root:

Terminal window
pip install -e .
python examples/01_quickstart.py
FileUse case
01_quickstart.pyApply a theme in one line; all log levels.
02_customize.pyTweak a theme with the immutable with_* API.
03_color_scheme.pyNative tags follow the theme palette; opt-out and scoped use.

The rest of the use cases — icons, custom themes, your own sinks/format, file logging — are covered across the guides in this documentation.