tartley / colorama

Simple cross-platform colored terminal text in Python
BSD 3-Clause "New" or "Revised" License
3.51k stars 249 forks source link

add shortcut class to build a color string #348

Closed Dragon-GCS closed 1 year ago

Dragon-GCS commented 2 years ago

Add: build a color string by creating an instance

tartley commented 1 year ago

Hi @Dragon-GCS. Thanks for the enthusiasm to submit this PR. With sincere apologies, I'm going to decline it though. The README links to README-hacking.md, for people hacking on the Colorama code, which states "Generally, we are not keen on new features. Even if they are small. [...] This is especially true if they are new ways to generate ANSI codes", for reasons which are described there.

Apologies for not being able to be more receptive.