Metadata-Version: 2.1
Name: printeq
Version: 0.0.3
Summary: Render a latex math equation to the terminal.
Home-page: https://github.com/RayCurse/printeq
Author: RayCurse
License: : OSI Approved :: MIT License
Project-URL: Bug Tracker, https://github.com/RayCurse/printeq/issues
Description: # printeq
        
        Small script that prints a rendered latex equation to the output in a supported terminal emulator (currently only supports iterm2). I created the python module as a shorthand to viewing latex output of `Sympy.latex()` in a python terminal session.
        
        ## Installation
        
        Requires working installation of latex, imagemagick, and imgcat.
        * To install just the script, simply add `bin/printeq` to your PATH.
        * To install the python wrapper along with the script, run `pip install printeq`
        
        ## Example Usage
        
        <img src="https://github.com/RayCurse/printeq/raw/main/images/ex1.png" style="zoom:50%;" width=300/>
        
        <img src="https://github.com/RayCurse/printeq/raw/main/images/ex2.png" style="zoom:50%;" width=300/>
        
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
