/pgfutil

Pico Graphics Font Util - A tool for converting and pixel'ing bitmap fonts for PicoGraphics

Primary LanguagePythonMIT LicenseMIT

Pico Graphics Font Util

Build Status Coverage Status PyPi Package Python Versions

Generated from the Pimoroni Python Boilerplate.

Installing

Stable library from PyPi:

  • Just run pip3 install pgfutil

In some cases you may need to use sudo or install pip with: sudo apt install python3-pip

Latest/development library from GitHub:

  • git clone https://github.com/gadgetoid/pgfutil
  • cd pgfutil
  • pip3 install .

Running

Right now you must run with python3 -m pgfutil or pgfgui.