Skip to main content

This Project or Package Is Made for to Convert the Text to Video

Project description

# 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 `python import vidtext li = "Text" # Text Content for video content = vidtext.summary(li) # Return List 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vidtext-1.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

vidtext-1.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page