Metadata-Version: 2.1
Name: mp42uni
Version: 1.0.2
Summary: Use this to show a video in the terminal (Unicode art)
Home-page: https://github.com/donno2048/mp42uni
Author: Elisha Hollander
License: MIT
Description: # mp4-to-unicode
        
        Use this to show a video in the terminal (Unicode art)
        
        ## install
        
        ### From PyPi
        
        ```sh
        pip3 install mp42uni
        ```
        
        ### From GitHub
        
        ```sh
        pip3 install git+https://github.com/donno2048/mp42uni
        ```
        
        ## Usage
        
        Run `mp42uni <video.mp4>` with the terminal **maximized** to display _<video.mp4>_ as ascii art.
        
        If you get `_curses.error: addwstr() returned ERR` try decreasing the font size.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
