Number 2 Text is a free, open-source application to convert numbers to text.
- English
- Spanish
- German
- French
- Italian
- Russian
Launch the application without arguments to open the graphical interface:
number2textConvert numbers to text directly from the command line:
number2text --language <LANGUAGE> <NUMBER>-l, --language: Specify the language for conversion- Possible values:
en(English),fr(French),de(German),it(Italian),ru(Russian),es(Spanish)
- Possible values:
-h, --help: Display help information-V, --version: Display version information
Convert a number to English:
number2text --language en 42
# Output: forty twoConvert using the short option:
number2text -l fr 123
# Output: cent vingt-troisConvert large numbers:
number2text -l de 1000000
# Output: eine MillionGet help:
number2text --helpCheck version:
number2text --version-
DEB
-
Download the latest
.debpackage from the project's GitHub releases page. -
Open a terminal and navigate to the directory where you downloaded the file.
-
Install the package using the following command:
sudo apt install [name-of-the-package].deb
-
Download the latest
.rpmpackage from the project's GitHub releases page or your distribution's package repository. -
Open a terminal and navigate to the directory where you downloaded the file.
-
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.
You can also install from Snap Store:
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+


