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

anitui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anitui

A TUI to browse Anime

  • 0.1.7
  • PyPI
  • Socket score

Maintainers
1

ani-tui

TUI written in Python using Textual to navigate local Anime files.

Showcase

GIF of AniTUI

Getting Started

Prerequisites

  • Python 3.9+

Install

To use ani-tui simply install the Python package:

Unix

pip3 install anitui

Windows

py -m pip install anitui

The TUI can then be run by simply typing anitui in the shell.

Connecting with VLC-Ani-Discord

ani-tui is capable of launching the vlc-ani-discord script along with your chosen media to display Discord Rich Presence and automatically update your Anilist episode progress. Note that this is only applicable if you are using VLC as your media player. The setup for this is a bit convoluted at the moment so it is automatically turned off. However, if you would like to use this feature here's how to do it! :)

  1. Find out where ani-tui was installed

    pip show anitui
    

    Here you should see something of the form:

    Location: {PATH}
    
  2. Go to the directory

    cd {PATH}/script
    
  3. Here you will find a README.md with instructions on setting up vlc-ani-discord. Complete the setup and then move on to Step 4

  4. Modify the ani-tui config file ~/.config/anitui/config.json in your chosen editor. Simply change "script": false to "script": true.

Then you're done! I will be improving this process to be more straightforward in the future.

Notes

Still in development, expect bugs! :)

License

MIT

Keywords

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