Convert RGB colors to the closest ANSI colors. For example, given RGB color FF0000, it should print [31m. -- http://mail.python.org/mailman/listinfo/python-list
- Is there any library that can convert RGB colors to ANSI color... ZelluX
Convert RGB colors to the closest ANSI colors. For example, given RGB color FF0000, it should print [31m. -- http://mail.python.org/mailman/listinfo/python-list