Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

akari

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akari

Program to manage and tag your anime artwork

  • 0.6
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc