项目作者: Anubhavshakya

项目描述 :
Convert Any Text To Video
高级语言: Python
项目地址: git://github.com/Anubhavshakya/vidtext.git
创建时间: 2019-04-03T20:15:57Z
项目社区:https://github.com/Anubhavshakya/vidtext

开源协议:MIT License

下载


vidtext

Vidtext is a python library which provides the functionality to convert the text directly into the video. vidtext used the rake_nltk library to tokenization the text. then select the highest score token to make an image according to the token.

Installation

Using PIP

pip install vidtext

Directly from the repository

git clone https://github.com/anubhavshakya/vidtext.git
python vidtext/setup.py install

Usage

  1. import vidtext
  2. li = "Text" # Text Content for video
  3. content = vidtext.summary(li) # Return List
  4. vidtext.TextToVideo(content,vs=0.1) # vs to control the speed of video

Contributing

Bug Reports and Feature Requests

Please use issue tracker for reporting bugs or feature requests.

Development

Pull requests are most welcome.