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.6.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.1.6-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: uwotm8-0.1.6.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.1.6.tar.gz
Algorithm Hash digest
SHA256 a2a19ecd556b50b5edb264d5cb8e3c48e57711360fb6e9c3f7c6d9f90575cc4b
MD5 224e25000709d3e47efdd26aac85df43
BLAKE2b-256 f8eeae52af6d5fb092a071b570afba317eaa7e2dc4da17bc71ccfe0a8080ca13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uwotm8-0.1.6-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.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 befdb4027dd9eb701eff2ad4e5e3a0de70d6130ead70ac0733fc1605f46bca4a
MD5 ee4b18ce3f186e66352c64bb6978cfbf
BLAKE2b-256 15d4d7d0be5b2499434838e61019f93dee6f3d841f60a16ecfbfa2ab480d66bf

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