Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1017 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 1017 Bytes

Yuio

Yuio is everything you'll ever need to write a good CLI, deps-free.

Forget searching for that one progressbar library, figuring out how to keep loading configs DRY, or having headaches because autocompletion was just an afterthought. Yuio got you.


A video demonstrating Yuio features: colored output, multiple progressbars, interactive widgets.


Resources

Requirements

The only requirement is python >= 3.8.

Installation

Install yuio with pip:

pip3 install yuio

Or just copy-paste the yuio directory to somewhere in the PYTHONPATH of your project.