Metadata-Version: 2.1
Name: akari
Version: 0.6
Summary: Program to manage and tag your anime artwork
Home-page: https://github.com/mananapr/akari
Author: Manan Singh
Author-email: mananapr@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pyqt5
Requires-Dist: beautifulsoup4

<h3 align="center"><img src="https://i.imgur.com/Tyi3Bq5.png" width="200px"></h3>
<p align="center">Tag your anime photos effortlessly</p>

<p align="center">
<a href="https://github.com/mananapr/akari/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="https://github.com/mananapr/akari/releases"><img src="https://img.shields.io/github/release/mananapr/akari/all.svg"></a>
<a href="https://pypi.python.org/pypi/akari/"><img src="https://img.shields.io/pypi/v/akari.svg"></a>
</p>

<img src="https://i.imgur.com/i4OH7aI.png" align="right" alt="img" width="400px">

`akari` is a work in progress python program to manage anime artwork
 - It uses [iqdb](https://iqdb.org) 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](https://github.com/mananapr/akari/issues/1)


