When one of the libraries is not found it prints out a red message with termcolor. But that can lead to errors if termcolor is not found. So I changed it to the python color codes so it also works if termcolor is not found. also exits the application if one of the modules isn't found. fixes #6
this is why termcolor is included in setup.py as install requirements. But yeah, it would be better to use that, however termcolor is just easier. But I see no problem with this.
When one of the libraries is not found it prints out a red message with termcolor. But that can lead to errors if termcolor is not found. So I changed it to the python color codes so it also works if termcolor is not found. also exits the application if one of the modules isn't found. fixes #6