vanheeringen-lab/genomepy

Using Rich for better terminal output

Mr-Milk opened this issue · 1 comments

Hi, thanks for developing such useful tools. just a little suggestion on formatting. Rich can be used to help with formatting things like colorful output, tables, and progress bar. Its appearance looks quite pretty. Maybe could consider adopting this for better terminal output?

Hi, you're welcome, and thanks for the tip!
It looks like Rich extends on colorama, which we're already using. I'll have a look when I have the time!