Metadata-Version: 2.1
Name: legendador
Version: 0.0.3
Summary: Legendador de videos para o portugues ou esperanto
Home-page: 
Author: PCO, Bombark
Author-email: coltecpco@skiff.org
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: pathlib
Requires-Dist: click
Requires-Dist: opencv-python
Requires-Dist: ffmpeg-python
Requires-Dist: googletrans==4.0.0-rc1
Requires-Dist: numpy
Requires-Dist: sh

# Legendador

## Sintaxe
Usage: legendador [OPTIONS] URL

Options:
  -l, --language TEXT  linguagem falada no video
  -t, --to TEXT        linguagem da legenda
  -m, --mobile TEXT    faz o video na horizontal com um fundo dado como
                       parametro
  --help               Show this message and exit.


## Exemplo de Execução

legendador -l pt -t en https://www.youtube.com/shorts/yTk8i1CYvmg


## Possiveis erros

Erro no google translator : AttributeError: 'NoneType' object has no attribute 'group'

Veja o seguinte link para resolver o problema

https://stackoverflow.com/questions/52455774/googletrans-stopped-working-with-error-nonetype-object-has-no-attribute-group
