mixmastamyk / console

Comprehensive utility library for terminals. “Better… Stronger… Faster.”
GNU Lesser General Public License v3.0
34 stars 5 forks source link

Implement console command #9

Closed mixmastamyk closed 3 years ago

mixmastamyk commented 3 years ago

This would allow one to do various tasks a bit more easily at the command-line, such as print a progress bar, ascii chart or rule line.

It can currently be done thru: python3 -m console.line etc.

Am so far undecided, but I'm leaning on doing it.

mixmastamyk commented 3 years ago

This is largely done for a first version. Needs to be published to PyPI however.