Picasa Account Copy

One day I created an extra picasa account. Since I wanted just one account I needed a way to copy files from one account to the other. This script does that picasa copy account. Some day I would like to improve it to support more of a sync. However until I need that capability I will leave it.

The the script takes 6 params:
python picasa_copy_account.py from_account@email.com from_account_password from_account_username to_account@email.com to_account_password to_account_username
I could find docs to get username from the email so need to pass that also.