Lots of good Python scripts here!
In the Tools/scripts directory of Python - lots of goodness there. Don't forget!
If you can find your Python directory, there are lots of good tools there to use, if you want.
My favorite (right now) is the diff.py that does a really good job of showing differences, down to the exact place the differences occur. And, if that wasn't good enough, it can generate an HTML output that will visually show it with cool colorings.
Right now, I have a couple of different places I can find them, due to I've installed multiple versions of Python. They are:
- /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/share/doc/python3.7/examples/Tools/scripts
- /usr/local/Cellar/python@3.8/3.8.3/Frameworks/Python.framework/Versions/3.8/share/doc/python3.8/examples/Tools/scripts
So, just need to find a convienient way to call them when needed. I'm sure I'll figure it out, but wanted to get it here, so I didn't forget.