An open API service indexing awesome lists of open source software.

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

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 .
```