Skip to main content

Gets random words of the same width for given font

Project description

sameWidther

script that accepts OTF/TTF/UFO files and gets you random words of the same width, nice for specimens.

installing

  • install this package via pip
python -m pip install sameWidther
  • install directly from cloned repo, navigate to the repo in your terminal
python setup.py install

usage

  • you can use it as commandline tool
sameWidther Desktop/sameWidth/font.ufo ENG 4000 10 
  • or directly in your python script
from sameWidther import SameWidther, TTFont, Font
# font = SameWidther(Font('font.ufo'), 'ENG')
font = SameWidther(TTFont('font.otf'), 'GER')
print(font.getWords(3000, 10, case='upper'))

arguments

positional

  • font - path to OTF/TTF/UFO file that you want to use
  • language - three letter code of language that you want to have the words in, ENG/GER available. Or provide existing path to a database in json format of such structure ["word", "house", "word2", ...]
  • width - width of the words
  • wordCount - number of words that you need

optional - keyword arguments

  • threshold - (default: 10) how much in width can the words differ
  • case - (default: lower) do you want to lower, upper or capitalize the case of the words?

word databases

other resources

Happy Specimening

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

sameWidther-0.0.5.tar.gz (3.0 MB view details)

Uploaded Source

Built Distribution

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

sameWidther-0.0.5-py3-none-any.whl (3.0 MB view details)

Uploaded Python 3

File details

Details for the file sameWidther-0.0.5.tar.gz.

File metadata

  • Download URL: sameWidther-0.0.5.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for sameWidther-0.0.5.tar.gz
Algorithm Hash digest
SHA256 df32615633d3177cb0a81566d6733f5ad7fbee15d5ecb9ef7a33e283a4c47401
MD5 21b26460420c95a1adbb84e6bf830ff7
BLAKE2b-256 66f2dcbce07131713ddce15348c4ca90469fb9d68231787a90540d37a6c91291

See more details on using hashes here.

File details

Details for the file sameWidther-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: sameWidther-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for sameWidther-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 14ef433dad2cf5b1af83c7b4f1f7dd660a61a5bc734c30de50dee91c3c7772c5
MD5 327beb12cf57c9e47465f0ef112cac2a
BLAKE2b-256 50fff9c3bb8bbc363ff3ea588002883b6331a868bbf82024b635568f7a925b46

See more details on using hashes here.

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