Metadata-Version: 2.1
Name: tty2img
Version: 0.3.4
Summary: rendering pyte terminal emulator screen as image
Home-page: https://bitbucket.org/OpCode-eu-org/asciicast2movie/
Author: Robert Paciorek
Author-email: robert@opcode.eu.org
License: MIT
Project-URL: GitHub, https://github.com/opcode-eu-org-libs/asciicast2movie/
Description: 
        rendering pyte terminal emulator screen as image
        
        Should be imported as a module and contains functions:
          * tty2img - convert pyte screen to PIL image
        
        Requires:
          * PIL (https://pypi.org/project/Pillow/) image library
          * pyte (https://pypi.org/project/pyte/) VTXXX terminal emulator
          * fclist (https://pypi.org/project/fclist-cffi/) fontconfig wrapper
            (optional, for support fallback fonts)
          * freetype (https://pypi.org/project/freetype-py/) freetype wrapper
            (optional, for support fallback fonts)
        
        Copyright © 2020-2021, Robert Ryszard Paciorek <rrp@opcode.eu.org>,
                               MIT licence
        
Keywords: asciicast video movie mp4 tty pyte moviepy
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/plain
