guest@pyhacker ~/search

grep -ir "wxpython" *
Results: 2

Get Photos

This is a simple program that will copy all photos off a memory card to a library directory. It organizes the photos according to date and creates a directory for each date in the following format: YYYYMMDD. After copying photos, it will ask if you want to delete the copied files from the memory car...

more ...

Copy every nth file

This is a little gui that copies files from one directory to another directory. You can specify a step to selectively copy files (such as every tenth file, etc). I originally wrote this code to copy every nth pair of stereo images from one directory to another so there's an option for that (if selec...

more ...