# nototools **Repository Path**: anguszhang/nototools ## Basic Information - **Project Name**: nototools - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Travis Build Status](https://travis-ci.org/googlefonts/nototools.svg)](https://travis-ci.org/googlefonts/nototools) # Noto Tools The `nototools` python package contains python scripts used to maintain the [Noto Fonts](https://github.com/googlefonts/noto-fonts/) project, including the [google.com/get/noto](https://www.google.com/get/noto) website. ## Installation On Mac OS X, install dependencies with [homebrew](https://brew.sh) brew install --with-cairo harfbuzz cairo pango pygtk imagemagick Install python dependencies, pip install -r requirements.txt Then install nototools. Since nototools changes frequently, installing using 'editable' mode is recommended: pip install -e . ## Usage The following scripts are provided: * `autofix_for_release.py` * `add_vs_cmap.py` * `coverage.py` * `create_image.py` * `decompose_ttc.py` * `drop_hints.py` * `dump_otl.py` * `fix_khmer_and_lao_coverage.py` * `fix_noto_cjk_thin.py` * `generate_sample_text.py` * `generate_website_2_data.py` * `merge_noto.py` * `merge_fonts.py` * `noto_lint.py` * `scale.py` * `subset.py` * `subset_symbols.py` * `test_vertical_extents.py` The following tools are provided: * `notodiff`