README
changeset 6 4d7c6bd8c0a7
equal deleted inserted replaced
5:cf32356b1020 6:4d7c6bd8c0a7
       
     1 PyQFlickr is a tool to rapidly tag, rotate, and toggle public/private status of
       
     2 images on Flickr. Almost everything can be accomplished from the keyboard.
       
     3 
       
     4 In the image view
       
     5   Entering word(s)      - enters a tag (with auto-completion)
       
     6   Ctrl+Right            - next image
       
     7   Ctrl+Left             - previous image
       
     8   Ctrl+Up               - one level up (i.e., return to the set view)
       
     9   Ctrl+R                - rotate 90 degrees (schedule into batch)
       
    10   Ctrl+W                - rotate 270 degrees (schedule into batch)
       
    11   Ctrl+P                - toggle private/public
       
    12 
       
    13 Rotations are scheduled into a batch (since it's a time-consuming operation),
       
    14 and are applied when one returns to the set view.
       
    15 
       
    16 The cache (of image thumbnails) is stored in ~/.pyqflickr. When entering a set
       
    17 view, both image thumbnails (if missing) and info about each image can be
       
    18 pre-fetched with the provided link.
       
    19 
       
    20 Dependencies
       
    21   PyQt (>4) -   the interface is written in Qt 4
       
    22   FlickrAPI -   module to interact with Flickr