Skip to content

Introduction

Structured cli output — beautifully, simply, and dependency-free.

PyPI PyPI - Python Version Build Repo Size ruff uv

Overview

Outlify is designed with a focus on streamlined log output, making it perfect for cli tools. It emphasizes lightweight operation and minimal dependencies, ensuring smooth integration into any project. The second key aspect of Outlify is its beautiful and user-friendly log formatting, designed to enhance readability and provide a pleasant experience for developers and their users.

Install

Outlify is available as a Python package and can be easily installed via pip from PyPI.

To install, simply run the following command:

pip install outlify
This will automatically install the latest version of Outlify.

Usage

You can view demos of any available modules by running the following command:

python -m outlify.module_name

For example, to view the demo for the Panel module:

python -m outlify.panel

License

Licensed under the MIT License, Copyright (c) 2025 Vladislav Kishkin