Metadata-Version: 2.1
Name: anitui
Version: 0.1.5
Summary: A TUI to browse Anime
Home-page: https://github.com/cakoshakib/ani-tui
License: MIT
Keywords: anime,tui
Author: cakoshakib
Author-email: cakoshakib@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: commonmark (>=0.9.1,<0.10.0)
Requires-Dist: pygments-arm (>=0.7.5,<0.8.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Requires-Dist: textual (>=0.1.18,<0.2.0)
Project-URL: Repository, https://github.com/cakoshakib/ani-tui
Description-Content-Type: text/markdown

# ani-tui

TUI written in Python using [Textual](https://github.com/Textualize/textual) to navigate local Anime files. 

## Showcase

![GIF of AniTUI](./fluff/anitui-showcase.gif)

## Getting Started

### Prerequisites

- Python 3.9+

### Install

To use ani-tui simply install the Python package:

**Unix**
```bash
pip3 install anitui
```

**Windows**
```powershell
py -m pip install anitui
```

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

## Connecting with [VLC-Ani-Discord](https://github.com/cakoshakib/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. 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! :)

## Notes

Still in development, expect bugs! :)

## License
MIT


