Skip to main content

Program to manage and tag your anime artwork

Project description

Tag your anime photos effortlessly

img

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

  • It uses iqdb to reverse-search images and tags your images automatically
  • You can add new tags or remove tags manually
  • You can select some tags and filter your images accordingly
  • Has a built in image viewer for fullscreen viewing

Requirements

  • requests
  • BeautifulSoup 4
  • PyQt5

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

akari-0.6.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

akari-0.6-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page