James-E-A / pyPSF

Python library for parsing PC Screen Fonts (PSF1 and PSF2)
1 stars 0 forks source link

===== pyPSF

A library to read and display PC Screen Font files in Python

Usage:

::

from psf import Psf
p=Psf('file.psf')

.. warning:: This API is currently NOT STABLE!