Collection of lightweight helpers for user interaction in Python CLI apps.
cliio
(pronounced "Cleo") is a collection of handy tools to simplify common tasks
in command-line applications, with minimal dependencies. Utilities include prompting
users, validating input, managing terminal display, and working with the clipboard.
- Clean and lightweight — no unnecessary dependencies
- Designed for user-facing interaction, not low-level I/O
- CLI-first: every tool is built with command-line apps in mind
- Easy to use, easy to extend
Project under active development