Metadata-Version: 2.1
Name: aniworld
Version: 1.0.0
Summary: Command line tool designed to download and stream content from aniworld.to
Author-email: Phoenixthrush UwU <contact@phoenixthrush.com>
Project-URL: Homepage, https://github.com/phoenixthrush/Aniworld-Downloader
Project-URL: Issues, https://github.com/phoenixthrush/Aniworld-Downloader/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: npyscreen
Requires-Dist: windows-curses; platform_system == "Windows"

# AniWorld Downloader

## Description

AniWorld Downloader is a command-line tool designed to download and stream content from aniworld.to.<br/>
It offers various features, including fetching single episodes, downloading entire seasons, organizing downloads into structured directories.<br/><br/>
It works on all three major operating systems (Windows, MacOS, Linux).

## Usage

> Install from pypi
```shell
pip install -U aniworld
```

> Run
```shell
aniworld
```

## Contributing

Contributions to AniWorld Downloader are welcome!
Feel free to submit bug reports, feature requests, or pull requests to help improve the project.

## License

This project is licensed under the MIT License. See the LICENSE file for more details.
