This is a short or long textual description of the package.
With Python installed, simply run the following command to add the package to your project.
python -m pip install PACKAGE_NAME
The following is an example usage of the package:
from foo import bar
print("Ok here we go")
try:
bar()
except:
print("Ah good effort")
Some info about calling the program.
python whatever.py > out.txt
Then some output (console or file whatever)
Output here I guess
Feel free to check out the docs for more information.
This software is released under the terms of MIT license.