Metadata-Version: 2.1
Name: tvpy
Version: 0.0.7
Summary: 📺 TvPy
Home-page: https://github.com/gkutiel/tvpy/tree/master
Author: Gilad Kutiel
Author-email: gilad.kutiel@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Project-URL: Documentation, https://github.com/gkutiel/tvpy/tree/master
Project-URL: Repository, https://github.com/gkutiel/tvpy/tree/master
Description-Content-Type: text/markdown

# 📺 TvPy 
Generate html from folder names.

## Installation
```shell
> pip install tvpy
```

## Get an API Key
You need to get an API key from [TMDB](https://www.themoviedb.org/settings/api) and save it as `key.txt` in your working directory.

## Usage
```shell
> mkdir Carnival.Row Resident.Alien Liar Under.the.Banner.of.Heaven
> tv-json . && tv-html
```

