You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bunch of useful functions that enable prettier terminal output. I propose to include those in the SDK, so projects can use colors / text styles in their output:
print(f"I have to tell you something {bold('important')}!")
print(f"There was an {color('error', 'red')} in your input");
print(f"Here is how I combine {inverse(underline(color("multiple", "magenta")))} styles")
The text was updated successfully, but these errors were encountered:
A bunch of useful functions that enable prettier terminal output. I propose to include those in the SDK, so projects can use colors / text styles in their output:
These functions can be chained to combine styles.
Usage examples:
The text was updated successfully, but these errors were encountered: