mananapr / akari

python program to manage and automatically tag your image library
MIT License
43 stars 1 forks source link
anime beautifulsoup4 gui image-tagging iqdb pyqt5 python python3 qt5

Tag your anime photos effortlessly

img

akari is a work in progress python program to manage anime artwork

Requirements

Installation

For user installation, simply run:

pip3 install --user akari

Then add $HOME/.local/bin to your $PATH:

echo PATH=\"\$PATH:\$HOME/.local/bin\" >> $HOME/.bashrc
source $HOME/.bashrc

Alternatively, you can do a system wide installation:

sudo pip3 install akari

Usage

usage: akari [-h] [-s /path/to/dir] [-g]

optional arguments:
  -h, --help            show this help message and exit
  -s /path/to/dir, --scan /path/to/dir
                        Scan directory for new images
  -g, --gui             Start the GUI
  -v, --version         Displays the version

TODO