Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 774 Bytes

README.md

File metadata and controls

58 lines (31 loc) · 774 Bytes

Captioner

A QT GUI to make captioning images easy

Installation

Install PyQT5

pip3 install pyqt5

Run the app

python3 run.py

Usage

  • Open and load a folder containing images

  • Caption images and Save (Ctrl + S)

Notes

Colors

  • Green - Indicates Captioned Images

  • Yello - Indicates Cached Captions that are not saved.

  • Red - Indicates Empty Caption file.

  • Colorless - Indicates uncaptioned Image.

Shortcuts

  • Ctrl + O - Open Folder

  • Ctrl + W - Close Folder

  • Ctrl + Q - Exit Application

  • Ctrl + Alt + Left Arrow Key - List Focused

  • Ctrl + Alt + Right Arrow Key - Caption Box Focused

  • Ctrl + S - Save Caption

Credits

  • CypherpunkSamurai

  • QT5