aurora1625 / quickscripts

Simple command-line Python scripts for various tasks. Several require my waterworks library (https://bitbucket.org/dmcc/waterworks). Most need more documentation (isn't that always the case?).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As the name implies, these are some quick command-line scripts that I've written.  Hopefully their uses are mostly self-explanatory.  By putting these into a repository, I hope to move some of these away from quick hacks and closer towards more user-friendly software.

Dependencies
------------
- Python: http://python.org (these generally only require less-up-to-date versions since some of these needed to run on machines with older installations)

- Most need my waterworks library: https://github.com/dmcc/waterworks or https://bitbucket.org/dmcc/waterworks

- Some need mx.DateTime: http://pypi.python.org/pypi/egenix-mx-base/

- Some need matplotlib: http://matplotlib.sourceforge.net/

License
-------
GPLv2 (at least for the ones authored by me)

-- David McClosky
   http://zorglish.org

About

Simple command-line Python scripts for various tasks. Several require my waterworks library (https://bitbucket.org/dmcc/waterworks). Most need more documentation (isn't that always the case?).


Languages

Language:Python 100.0%