i would like this program to have a nicer than usual cli display style which could include colors tables and so on. `rich` is probably the best for this. (this is just me being eccentric about having something that looks cool while doing its business) * https://github.com/Textualize/rich * https://rich.readthedocs.io/en/latest/introduction.html * it also works with httpx ( #16 ) my initial thought was to use this to display classical red-green diff text when evaluating the latest scrape vs the last previously saved xslx file.