README
author Dmitriy Morozov <morozov@cs.duke.edu>
Sat, 12 Apr 2008 16:41:16 -0400
changeset 6 4d7c6bd8c0a7
permissions -rw-r--r--
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