Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mananapr/akari
python program to manage and automatically tag your image library
https://github.com/mananapr/akari
anime beautifulsoup4 gui image-tagging iqdb pyqt5 python python3 qt5
Last synced: 3 months ago
JSON representation
python program to manage and automatically tag your image library
- Host: GitHub
- URL: https://github.com/mananapr/akari
- Owner: mananapr
- License: mit
- Created: 2019-07-21T13:15:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T02:24:19.000Z (about 2 years ago)
- Last Synced: 2023-12-19T17:13:58.079Z (about 1 year ago)
- Topics: anime, beautifulsoup4, gui, image-tagging, iqdb, pyqt5, python, python3, qt5
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 44
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tag your anime photos effortlessly
`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/.bashrcAlternatively, 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)