Number 2 Text is a free, open-source application to convert numbers to text.
- English
- Spanish
- German
- French
- Russian
-
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+


