trakBan / spongebob-cli

Watch classic spongebob from the terminal! 🎥🧽
GNU General Public License v3.0
570 stars 23 forks source link

Fixed Termcolor Bug #7

Closed totensee closed 2 years ago

totensee commented 2 years ago

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

iaacornus commented 2 years ago

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.