Skip to content

andyreagan/kitchentabletools-python

Repository files navigation

kitchentabletools-python

A collection of my Python scripts to GSD. Inspired by the collection of kitchentabletools from Peter Dodds.

Pull requests gladly accepted :)

Design

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!

Use

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

Releases

No releases published

Packages

No packages published

Languages