Tim's Python Snips...

MyGlobals
The MyGlobals class is desinged to implement a global variables object which makes them easier to manage.
spinner.py
  • The spinner.py script is a rather useless one. It implements a text based spinner. I worked on it for fun after finding the basis for it online -- source unknown.
  • I have found better ones online since building this one.
  • fixtime.py
    Not coming any time soon.
    zipup.py
    This function is used to create simple deflated zip files.
    ...