Metadata-Version: 2.1
Name: anitui
Version: 0.1.4
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. 

## Getting Started

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

### Development Setup

Package management and deployment is done with [poetry](https://python-poetry.org/). To setup the repository for development:

1. Clone the Git repository

```bash
git clone https://github.com/cakoshakib/ani-tui
```

2. Install the Python packages

```bash
poetry install
```

3. Run the TUI

```bash
poetry run anitui
```

## Notes

Still in development, expect bugs! :)

## License
MIT


