Coder Social home page Coder Social logo

spell's Introduction

spell.py

Spells text using various alphabets. By default, uses the NATO phonetic alphabet.

usage:

python3 spell.py [-h] [-d DICTIONARY] [text]

positional arguments:

text                  text to be spelled, if omitted spells from the standard input

optional arguments:

-h, --help            show this help message and exit 
-d DICT, --dict DICT  custom dictionary (in JSON format)

Examples

To spell using the default NATO phonetic alphabet, use

python3 spell.py Hello 

To spell the text "Hello" using Morse code, use

python3 spell.py -d Morse.json Hello

To spell from the standard input using the default NATO phonetic alphabet, use

python3 spell.py

then start typing (end with CTRL+D on UNIX-like systems).

spell.py accepts UNIX-like piping, e.g., type

cat some_file.txt | python3 spell.py # or python3 spell.py < some_file.txt

to spell the content of some_file.txt.

Creating custom dictionaries

You can create your own custom dictionary in JSON format, see NATO.json or Morse.json for details.

spell's People

Contributors

vsoftco avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.