Added README and ui_mainwin.py
The latter is added for completeness despite it being automatically generated.
PyQFlickr is a tool to rapidly tag, rotate, and toggle public/private status of
images on Flickr. Almost everything can be accomplished from the keyboard.
In the image view
Entering word(s) - enters a tag (with auto-completion)
Ctrl+Right - next image
Ctrl+Left - previous image
Ctrl+Up - one level up (i.e., return to the set view)
Ctrl+R - rotate 90 degrees (schedule into batch)
Ctrl+W - rotate 270 degrees (schedule into batch)
Ctrl+P - toggle private/public
Rotations are scheduled into a batch (since it's a time-consuming operation),
and are applied when one returns to the set view.
The cache (of image thumbnails) is stored in ~/.pyqflickr. When entering a set
view, both image thumbnails (if missing) and info about each image can be
pre-fetched with the provided link.
Dependencies
PyQt (>4) - the interface is written in Qt 4
FlickrAPI - module to interact with Flickr