Metadata-Version: 1.1
Name: vidtext
Version: 1.0
Summary: This Project or Package Is Made for to Convert the Text to Video
Home-page: https://github.com/anubhavshakya/vidtext
Author: Anubhav Shakya
Author-email: inbox.anubhavshakya@gmail.com
License: MIT
Description: vidtext
        =========
        
        Vidtext is a python library which provides the functionality to convert the text directly into video. vidtext used rake_nltk library to tokenization the text. then select the highest score token to make an image according to the token.
        
        Installation
        ------------
        Using pip
        ~~~~~~~~~
        .. code:: bash
        
            pip install vidtext
        
        Directly from the repository
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. code:: bash
        
            git clone https://github.com/anubhavshakya/vidtext.git
            python vidtext/setup.py install
            
        Licence
        -------
        MIT License
        
        Contributing
        ------------
        
        Bug Reports and Feature Requests
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Please use `issue tracker`_ for reporting bugs or feature requests.
        
        Development
        ~~~~~~~~~~~
        
        Pull requests are most welcome.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
