Message

Last Updated: v1.5

A couple of functions to print out a different style of message to the terminal.

clear

Message.clear(message, *, timeS, delete):

Clear the console screen

Parameters
  • message (str) – (Optional), Message to show before clear (Message will be shown in red)

  • timeS (int) – (Optional), time to wait before clear

  • delete (bool) – (Optional), Whever to use os.system(‘clear’) or the fancy skip 100 lines

wanr

Message.warn(message, *, timeS):

Clear the console screen

Parameters
  • message (str) – (Optional), Message to show (Message will be shown in orange/yellow)

  • timeS (int) – (Optional), time to wait before contining