Metadata-Version: 2.1
Name: ytcomments
Version: 0.6
Summary: python package to retreive youtube comments and translate them
Home-page: https://github.com/dipson94/yt-comments
Author: Dipson
Author-email: dipson94.coding@gmail.com
License: GNU GPL V3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# ytcomments
A simple tool to get Youtube comments and it's translation
## Table of Contents

- [Description](#description)
- [Installation](#installation)
- [Usage](#usage)
- [Author](#author)
- [License](#license)
  
## Description
This tool help you retrieve Youtube comments and if needed it fetches the translation of comments.

This tool indented to use in terminal by calling the command 'ytcmts' only.

## Installation

Install from pypi

```
pip install ytcomments
```

Install from GitHub

```
pip install git+https://github.com/dipson94/yt-comments
```

#### Install requires

* pyperclip >= 1.8.2
* tqdm >= 4.65.0
* getch >= 1.0
* youtube_comment_downloader >= 0.1.68

## Usage

command in terminal
```
ytcmts
```

## Author

Dipson

## License

GNU GPL V3
