A collection of my Python scripts to GSD. Inspired by the collection of kitchentabletools from Peter Dodds.
Pull requests gladly accepted :)
This is not a proper python package, but rather a collectin of scripts to be used/edited/etc. A pile of scripts is lower cost to edit and push than a package!
Clone this repo in your local tools directory. That will look like:
cd ~/tools/python
git clone git@github.com:andyreagan/kitchentabletools-python.git kitchentable
And then in Python:
import os
import sys
# some people say modifying path is bad practice
# forget those people, this package's main purpose is GSD
sys.path.append(os.path.join(os.environ.get("HOME"),"tools","python"))
from kitchentable.dogtoys import mysavefig