Metadata-Version: 2.1
Name: gif2tty
Version: 0.0.9
Summary: show gif to tty
Home-page: https://github.com/zyongqing/gif2tty
Author: zyongqing
Author-email: zyongqing@gmail.com
License: Apache 2.0
Description: 
        # GIF2TTY: Show GIF to TTY
        
        You can use this package to convert gif file into a list of ascii frames, and as the package name says, it can also show these frames on tty device as you wish.
        
        ## Installation
        
        ```bash
        $ pip install gif2tty
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
