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.0.0.tar.gz (7.9 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.0.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: uwotm8-0.0.0.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.13 Linux/6.11.0-1018-azure

File hashes

Hashes for uwotm8-0.0.0.tar.gz
Algorithm Hash digest
SHA256 216e46e37cb540bf6a9d1eb855cdc8f2470476f68539113c405fa9192d46c23a
MD5 9bd5e01e61c03746d95dd62069e85a21
BLAKE2b-256 117d253aea9ee05100c702bafcc63dd52a9f8b76161d26e0a33f6f67bc5c5e4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uwotm8-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.11.13 Linux/6.11.0-1018-azure

File hashes

Hashes for uwotm8-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc463bef2e29237bd8c31cebd1802813a099c3413f742edec9e5ce71d6cfd292
MD5 6a075b311dfbae6cdbfcab1450f57f6d
BLAKE2b-256 f5567f41cabcd3af2760188bf87b062aa90cfbace8ac91e5595c9753341e8b48

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