FindSystemFontsFilename
This tool allows you to get the font filename on your system. It will collect TrueType (.ttf), OpenType (.otf), TrueType Collection (.ttc) and OpenType Collection (.otc) font format.
It uses some APIs to find the font filename:
- Windows (Vista SP2 and more are supported): DirectWrite API and GDI API
- macOS (10.6 and more are supported): Core Text API
- Unix: Fontconfig API
- Android (SDK/API 29 and more are supported): NDK Font API
Installation
pip install FindSystemFontsFilename
How to use it
from find_system_fonts_filename import get_system_fonts_filename, FindSystemFontsFilenameException
try:
fonts_filename = get_system_fonts_filename()
except FindSystemFontsFilenameException:
# Deal with the exception
pass
Release files for FindSystemFontsFilename 0.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| findsystemfontsfilename-0.3.3.tar.gz | 20.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| findsystemfontsfilename-0.3.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.3 kB
Release files / findsystemfontsfilename-0.3.3.tar.gz
| Download URL | findsystemfontsfilename-0.3.3.tar.gz |
|---|---|
| Size | 20.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c5b238da1690ea50676f318ba365d127b3b591aafd51834600160a242ab68498
|
|
BLAKE2b-256 checksum How to use checksums |
5dec792526b4cc2cfe17e39fbedb156cc9c720e70e2a680b3e4f15f819aff37e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 15, 2025.
Transparency logRelease files / findsystemfontsfilename-0.3.3-py3-none-any.whl
| Download URL | findsystemfontsfilename-0.3.3-py3-none-any.whl |
|---|---|
| Size | 28.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6e2777084372230e146416443c97e41add331d609e175ad901697930a5914487
|
|
BLAKE2b-256 checksum How to use checksums |
9213239d470806433c8cfc89fe183fae529cb557cce1b9abed44950e509bf67d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 15, 2025.
Transparency log