Skip to content

XRayAdams/number2text-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number 2 Text

Number 2 Text is a free, open-source application to convert numbers to text.

Supported Languages

  • English
  • Spanish
  • German
  • French
  • Italian
  • Russian

Usage

GUI Mode

Launch the application without arguments to open the graphical interface:

number2text

Command Line Mode

Convert numbers to text directly from the command line:

number2text --language <LANGUAGE> <NUMBER>

Options

  • -l, --language: Specify the language for conversion
    • Possible values: en (English), fr (French), de (German), it (Italian), ru (Russian), es (Spanish)
  • -h, --help: Display help information
  • -V, --version: Display version information

Examples

Convert a number to English:

number2text --language en 42
# Output: forty two

Convert using the short option:

number2text -l fr 123
# Output: cent vingt-trois

Convert large numbers:

number2text -l de 1000000
# Output: eine Million

Get help:

number2text --help

Check version:

number2text --version

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Installation

  1. DEB

  2. Download the latest .deb package from the project's GitHub releases page.

  3. Open a terminal and navigate to the directory where you downloaded the file.

  4. Install the package using the following command:

    sudo apt install [name-of-the-package].deb

RPM (Manual Installation)

  1. Download the latest .rpm package from the project's GitHub releases page or your distribution's package repository.

  2. Open a terminal and navigate to the directory where you downloaded the file.

  3. Install the package using the following command:

    sudo dnf install [name-of-the-package].rpm
    # or, for openSUSE:
    sudo zypper install [name-of-the-package].rpm
    # or, for older systems:
    sudo rpm -i [name-of-the-package].rpm

Replace [name-of-the-package].rpm with the actual file name.


Snap Store

You can also install from Snap Store:

number2text

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please feel free to open an issue or submit a pull request on the project's GitHub page.

Application was written using Rust and GTK+

About

Number 2 Text converter

Resources

License

Stars

Watchers

Forks

Packages

No packages published