Metadata-Version: 2.1
Name: unscii
Version: 0.1.1
Summary: Python Interface for UNSCII bitmapped fonts
Home-page: https://github.com/grant-olson/py-unscii
Author: Grant T. Olson
Author-email: kgo@grant-olson.net
License: UNKNOWN
Description: # UNSCII for Python
        
        This provides a wrapper around the collection of bitmapped fonts known
        as [UNSCII](http://pelulamu.net/unscii/).
        
        The original motivation was to create a lightweight way to get text on to small
        displays such as OLEDs and LCD Screens that may be attached to devices such as
        a Raspberry Pi or Arduino. There are other libraries out there that do this, but
        most push the work to Pillow by providing it with .ttf fonts. I wanted a more
        lightweight way to quickly get text on to the screens without using so many
        resources, particularly on an Arduino.
        
        Future versions will have a command line utility to generate the minimum amount
        of code to get strings for python and C++ to make this more useful with C++
        and CircuitPython embedded stacks.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
