Metadata-Version: 2.1
Name: akari
Version: 0.1
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

# akari
akari is a work in progress python program to manage anime artwork. currently it uses [iqdb](https://iqdb.org) to reverse-search images and fetch appropriate tags.

## Requirements
- requests
- BeautifulSoup 4

## 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)


