So, last week... checks notes ahem, I mean last month, I talked about improving the coloring system, and that's exactly what I did!
I stopped using the termcolor package, and now manually use ANSI escape sequences to color the text.
You can color your text pretty easily using the colored(string, color, other_params)
function.
Other changes :
- now the package is pretty decently setup, so running
pip install .
in the installation directory will properly install the package and its dependencies - examples have been added, including a template
- params are now managed entirely within the code instead of using a prefs.txt file
I don't know when the next update's gonna be, I'm pretty busy at the moment ¯\_ (ツ)_/¯