-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
adding colors #242
Comments
@codewithnick Hi >>> from termcolor import colored, cprint
>>> from art import text2art
>>> cprint(text2art("test"), "red") @sadrasabouri What do you think? |
You're right. It's better for packages to be atomic. I prefer |
I want to make a contribution to this repository do you have any ideas. I thought this was missing so bought it up. |
@codewithnick you can start working on this issue. PS: For getting an about how you should solve that issue, you may need to take a look at this PR after skimming the source code one. Ask your probable question at the #241 issue tracker and we will respond ASAP. |
Description
Could not find anything related to changing color to print in the terminal, especially for printing ascii letters,
if this feature is not available then it would be good to add it?
The text was updated successfully, but these errors were encountered: