PDA

View Full Version : Anyone wanna try out this backup script?



trippn740
November 8th, 2010, 12:08 AM
I've been working on this GUI Python script for backing up files/ etc...

You can select up to three paths to backup into a zip or tar file, in the directory of your choice; USB stick/ external hdd/ etc.

You can download it here (http://code.google.com/p/filesnake/downloads/detail?name=Filesnake-0.7.tar)

Let me know what you think ;)

juancarlospaco
November 8th, 2010, 03:58 AM
The App is really great, nice to see people using TK.

Upload the sources too, not only the .tar.gz (here) (http://code.google.com/p/filesnake/source/browse/#svn/trunk)

You are including hidden files on the .tar.gz ( filesnake.py~ )

I can give you some classes that you can import to use GTK themes on TK if you want to, PM me ;)

trippn740
November 8th, 2010, 04:31 AM
The App is really great, nice to see people using TK.

Upload the sources too, not only the .tar.gz (here) (http://code.google.com/p/filesnake/source/browse/#svn/trunk)

You are including hidden files on the .tar.gz ( filesnake.py~ )

I can give you some classes that you can import to use GTK themes on TK if you want to, PM me ;)

I love Tk... It makes GUI programming fun :)

And yeah, I guess it'd be a pretty good idea to upload the source... lol
I'm kinda new to the whole google code thing...

Thanks for catching that hidden file too, I didn't even realize that was in there... :oops:

ukripper
November 8th, 2010, 04:56 PM
i like wxpython, much better for my needs.