y-garcia / number-to-word

Convert a number to a word using the mnemonic major system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number to Word

Convert a number to a word using the mnemonic major system.

Prerequisites

  • Python 3.7

Installation

git clone https://github.com/y-garcia/number-to-word
cd number-to-word
pip install -r requirements.txt
python number_to_word/number_to_word.py

Usage

After installing and running as described in the previous section:

  1. Enter a number.
  2. A dictionary of the most common spanish words will be downloaded (other languages may come in the near future).
  3. A list of words is returned that matches the mnemonic major system for the entered number.
  4. Enter another number or leave empty and press enter to exit.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

See the CHANGELOG.md file for details.

Authors

  • Yeray GarcĂ­a Quintana - Initial work - y-garcia

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

About

Convert a number to a word using the mnemonic major system

License:MIT License


Languages

Language:Python 100.0%