home
to by kelpi
windows wallpaper changer meyshanwall, changes, wallpaper using photos stored in picasa, riya, 23hq and flickr
download the source code from here... http://sourceforge.net/project/showfiles.php?group_id=193022&package_id=227353&release_id=516643
to by kelpi
from urllib import urlretrieve
import sys
url = sys.argv[1]
filename=url.split('/')[-1]
fitx = urlretrieve(url,filename)to by kelpi
// -----------------------------------------------------------------------------
// TreeSetExample.java
// -----------------------------------------------------------------------------
/*to by kelpi
#!/usr/bin/python
"""Usage:
./kelpi_api.py title src tags user password
"""