color_library 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()