Viewing posts from January, 2013
I've been working on a Python version of the XSTOOLs software for a while now, but I finally got around to making it into a package. Distributing it as a ZIP file was becoming too much of a hassle.
Now all you have to do to install it is type:
easy_install xstools
or:
pip install xstools
<<more...>>