Open LinusSkucas opened 5 years ago
Just to clarify, is this a suggestion that we should promote for others to work on or were you just documenting your plans to add more color?
If anyone else wants to do it, go ahead! I’ll get to this, but first I want to do some other things with msk.
On Oct 7, 2019, at 5:14 AM, Kris Gesling notifications@github.com wrote:
Just to clarify, is this a suggestion that we should promote for others to work on or were you just documenting your plans to add more color?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MycroftAI/mycroft-skills-kit/issues/27?email_source=notifications&email_token=AEVDATBHTL5L7V2R6DHDOD3QNMRYVA5CNFSM4I5VO3Q2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAQDBRI#issuecomment-538980549, or mute the thread https://github.com/notifications/unsubscribe-auth/AEVDATF2MOTOVPQKG4OLW3DQNMRYVANCNFSM4I5VO3QQ.
I cant figure out how or where color would make the output more readable.
I've already started this in #25 but, To make the output of msk much more readable, I want to add color.
I used the
Colorama
module, which is cross platform. Also, color should be able to be disabled by passing-c
or--no-color
.