ScriKit is a lightweight no-dependency toolkit for quickly building consistently beautiful CLI python scripts. Really, it's just a collection of my most-used utility functions and variables.
- Script class: Quickly build scripts with colorful banners, built-in benchmarking, and more.
- Color theme: Predefined color variables, organized into a theme.
- Enhanced logging: Automatically overrides the native logging formatter with colorized output for different log levels.
- Data displays: Also contains a table and tree display functions for visualizing data in the terminal.
You can download the source code and copy into your project, or install directly into your python environment with:
pip install scrikit
MIT License