pyutils Just a small collection of python utility functions. dict.py For when you are lazy and want to use dot notation to access dict keys. x.y = 123 x.y 123 colors.py Allows printing various messages in colors. logging_colored.py Setup colored logging output for the logging library.