Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 397 Bytes

File metadata and controls

12 lines (8 loc) · 397 Bytes

color_library Hits

This is a library for python3 console applications to perform ease of use for especially debugging.

EXAMPLE USAGE

You may also give a string input to make it custom as well.

  • import color_lib as cl
  • cl.print_error()
  • cl.print_warning()
  • cl.print_success()