pyBegin / projects / print-colored-text
🎨

Print Colored Text

Prints a few lines of text to the terminal in different foreground and background colors using the colorama library.

16 lines🖥 Desktop only

Print Colored Text

Prints a few lines of text to the terminal in different foreground and background colors using the colorama library.

How to run

pip install colorama
python print_coloured_text.py

Dependencies

Pyodide-runnable

No - colorama emits ANSI escape codes for a real terminal and is not bundled with Pyodide.