Is your feature request related to a problem? Please describe.
We have an entry point that lets people do thing with python -m serpentTools - https://serpent-tools.readthedocs.io/en/master/command-line.html
This might be useful, or else I assume we wouldn't have added it? Maybe a thing to remove?
Describe the solution you'd like
If we keep it, we should modify our packaging files such that you don't need to provide the python -m and can just call serpentTools from the command line and it works
See the setuptools docs for the addition of a "console script" section to pyproject.toml