# FontClassificationTool **Repository Path**: mirrors_googlefonts/FontClassificationTool ## Basic Information - **Project Name**: FontClassificationTool - **Description**: Tool that generates data to aid in updating https://github.com/google/fonts/blob/master/tools/font-metadata.csv - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Font Classification Tool This tool helps maintain the "font metadata" used by Google Fonts. The canonical copy of this metadata is This tool has two parts 1. A web UI for manually maintaining the data 2. A python server for auto-detecting some values, serving the web UI with them, and saving new CSV ## Installation ### macOS brew install python2; pip2 install flask; ## Usage ./font-classification-tool.py \ --existing=font-metadata.csv \ ~/fonts/*/*/*.ttf \ -o output.csv;