anthonyalmarza / chalk

Light-weight python package for terminal output in color
MIT License
67 stars 3 forks source link

Chalk should return a string, not print it #16

Closed AdrieanKhisbe closed 6 years ago

AdrieanKhisbe commented 7 years ago

For ease of use, and API similarity with the chalk.js sybling, the chalk methods should return a formated string, not printing it as an output.

This would also solve #8 and enable to have multicolor strings

AdrieanKhisbe commented 6 years ago

Solved in 2.0 👍 @anthonyalmarza