Skip to main content

No project description provided

Project description

Font Fetcher

A simple library to fetch (and cache) fonts from 1001fonts.com (more sources can be added later).

⚠️ Not all fonts are available for free for all use cases, so please check the license of each font before using it.

Installation

pip install font-fetcher

Usage

from font_fetcher import fetch_font

# Fetch a font by its name
font_name = "Open Sans"
font_style = "Bold"  # Optional (default is "Regular")
font_path = fetch_font(font_name, font_style)
print(f"Font '{font_name}' ('{font_style}') available at: {font_path}")

OCP integration

This library was written to help ensure the availability of fonts in code-CAD environments using OCP, so there is a simple hook to fetch fonts automatically when needed:

from font_fetcher.ocp import install_ocp_font_hook

install_ocp_font_hook()

After calling install_ocp_font_hook(), fonts will be fetched automatically if they are not already available.

Example for build123d: Text("Text", 10, font_name="Open Sans", font_style=FontStyle.BOLD)

Example for cadquery: wp.text("Text", 10, font="Open Sans", kind="bold")

⚠️ Not all fonts work with OCP, here is a list of known working and recommended fonts:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

font_fetcher-0.0.10.tar.gz (79.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

font_fetcher-0.0.10-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file font_fetcher-0.0.10.tar.gz.

File metadata

  • Download URL: font_fetcher-0.0.10.tar.gz
  • Upload date:
  • Size: 79.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for font_fetcher-0.0.10.tar.gz
Algorithm Hash digest
SHA256 0405f45c96b2c37dde6d4e558ba3410c8c82877af00c78ae6d75976494a4052b
MD5 5cb93c2c56909877411a618bff62798f
BLAKE2b-256 fafa120e945bb41ee0a45356ec407eb8701a8c6a90b5ae1eceecd974a121fa4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for font_fetcher-0.0.10.tar.gz:

Publisher: release.yml on yeicor/font-fetcher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file font_fetcher-0.0.10-py3-none-any.whl.

File metadata

  • Download URL: font_fetcher-0.0.10-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for font_fetcher-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 afcb78f9272ea68ec0b3e228ee0209dc0d9a23838cede38e3b51f6f36f599c46
MD5 e3b64ae4f871be220c92a169ead891af
BLAKE2b-256 a8e30dc3f3a5bc9659eda0a9dbf9654ae6c1e5a67ce192986637177447c3f62d

See more details on using hashes here.

Provenance

The following attestation bundles were made for font_fetcher-0.0.10-py3-none-any.whl:

Publisher: release.yml on yeicor/font-fetcher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page