Skip to content

03. Styling Module

gabriel edited this page Jan 27, 2024 · 2 revisions

The Styling module provides ANSI escape codes for text styling, enhancing the appearance of text in the console. The following styles are available:

  • reset: Resets text styling.
  • bold: Sets text to bold.
  • underline: Underlines text.
  • red: Sets text color to red.
  • yellow: Sets text color to yellow.
  • cyan: Sets text color to cyan.

These styles are later utilized throughout the program to improve readability and enhance the user interface.

Clone this wiki locally