A software that counts the number of characters in a font file grouped by Unicode blocks or custom character lists.
- Original Unicode data for Unicode blocks
- Built-in CJK text files for custom character list
- Generated mostly by ChatGPT, including this README file
- Python 3.x
- Tkinter
- fontTools
- Start the software by running the script
main.py
- Click on the “Open” button to select a font file
- The Unicode and custom characters will be displayed in the corresponding text boxes
Note: Example font in the screenshot is CEF Fonts CJK version 2.04.
If you encounter any issues or have questions, feel free to open an issue. If you notice any errors in the default character lists, you can also submit a pull request to have it corrected. Your contribution is valuable and helps make the project better.
- 2023-02-11: Initial release of the Font Counter software.
This software is licensed under the MIT License.