Skip to main content

Converting American English to British English

Project description

uwotm8

Release Build status codecov Commit activity License

Converting American English to British English - a tool to automatically convert American English spelling to British English spelling in your text and code files.

Installation

pip install uwotm8

Quick Start

Convert a single file:

uwotm8 example.txt

Convert only comments and docstrings in Python files:

uwotm8 --comments-only my_script.py

Read from stdin and write to stdout:

echo "I love the color gray." | uwotm8
# Output: "I love the colour grey."

Use in Python code:

from uwotm8 import convert_american_to_british_spelling

en_gb_str = convert_american_to_british_spelling("Our American neighbors' dialog can be a bit off-color.")
print(en_gb_str)
# Output: "Our American neighbours' dialogue can be a bit off-colour."

Features

  • Converts common American English spellings to British English
  • Preserves words in special contexts (code blocks, URLs, hyphenated terms)
  • Maintains an ignore list of technical terms that shouldn't be converted
  • Preserves original capitalization patterns
  • Supports Python file mode to convert only comments and docstrings, leaving code unchanged

For full documentation, examples, and advanced usage, please visit the documentation site.


Repository initiated with fpgmaas/cookiecutter-poetry.

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

uwotm8-0.1.3.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

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

uwotm8-0.1.3-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file uwotm8-0.1.3.tar.gz.

File metadata

  • Download URL: uwotm8-0.1.3.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.11 Linux/6.8.0-1021-azure

File hashes

Hashes for uwotm8-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b6bf485ae39d518625c41ae954a2d76383150695aa5ae0584b61c2fc0aa2de8e
MD5 a7eee2959ddd33c9530a2074e83e14ec
BLAKE2b-256 01c1a43b57d494622a00af9b2383439f4b7d284db989c6362b1a02f59409b4c3

See more details on using hashes here.

File details

Details for the file uwotm8-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: uwotm8-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.11 Linux/6.8.0-1021-azure

File hashes

Hashes for uwotm8-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3a539ee908a1b602759611deda58f9153ef98634cc7a6315bf86cee0fbccc7c5
MD5 6b6547c8dcd66602fa9ac8c2b21f149c
BLAKE2b-256 02710fe02631bd2ea678e566fff32945ab8618c2f52367276c2be4fd5922171d

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