Wallpaper scraper/grabber for a certain website...
Find a file
unknown 7707d5d3c6 Fixed in windows
Windows was giving trouble with the os.getenv(HOME) which can be executed in the python shell and IDLE and will return C:\Documents and Settings\username\, but when running a script it will return None.
If os.getenv(HOME) is None, then now the exec dir will be used instead
2010-02-08 01:24:18 +01:00
.gitignore Fixed in windows 2010-02-08 01:24:18 +01:00
config.py Fixed in windows 2010-02-08 01:24:18 +01:00
download.py Configuration 2010-01-26 20:20:39 +01:00
htmlparser.py Parser seperation, progress bar 2010-01-17 03:48:23 +01:00
progressbar.py self.fill_char was named self.fill_cahr 2010-01-17 16:55:11 +01:00