Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 606 Bytes

scratch-font-tool

Effortlessly generate font costumes and character widths for your Scratch text engine!

Instructions

  • Download the files from this repository
  • Make changes in settings.py to select your fonts, characters and other settings
  • Install Python and pip if you haven't already
  • Install the dependencies:
pip install svgwrite fonttools
  • Run using:
python main.py
  • or:
python3 main.py