https://github.com/orsinium-labs/eng
Translate British English into American English in text files and Python code
https://github.com/orsinium-labs/eng
eng english formatter language python python3
Last synced: 6 months ago
JSON representation
Translate British English into American English in text files and Python code
- Host: GitHub
- URL: https://github.com/orsinium-labs/eng
- Owner: orsinium-labs
- License: mit
- Created: 2021-03-03T15:04:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T16:07:48.000Z (over 3 years ago)
- Last Synced: 2025-03-29T01:34:14.818Z (6 months ago)
- Topics: eng, english, formatter, language, python, python3
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eng
Eng is a CLI tool to automatically change British English words to American English (and vice versa).
+ For Python it fixes only string literals, docstrings, and comments.
+ For other programming languages it fixes only string literals.
+ For plain text files it fixes all words.## Installation
```bash
python3 -m pip install --user eng
```## Usage
```bash
python3 -m eng .
```