https://github.com/roman-sarchuk/tranusy
Utility for converting numbers between different systems (with step shown) ♻⚡
https://github.com/roman-sarchuk/tranusy
cli-app cpp gui number-system-converter
Last synced: 14 days ago
JSON representation
Utility for converting numbers between different systems (with step shown) ♻⚡
- Host: GitHub
- URL: https://github.com/roman-sarchuk/tranusy
- Owner: Roman-Sarchuk
- License: mit
- Created: 2024-03-17T14:05:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T16:52:17.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T02:43:02.963Z (over 1 year ago)
- Topics: cli-app, cpp, gui, number-system-converter
- Language: C++
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](https://git.io/typing-svg)   
 
> [!NOTE]
> Tranusy is a numeric base converter application built using C++/CLI. It allows users to convert numbers from one base to another with the steps shown. Tranusy also offers multiple conversions, which makes the work more efficient.
> ###  Opportunities
> - [x] Simple conversion from the one system to another.
> - [x] Multiple conversion from the ones system to another.
> - [x] Option to show conversion steps for better understanding.
> - [x] Save the spets convertion in fiel
> - [x] Import a file with the numbers
> - [x] Info window
> [!TIP]
> ### How to use multiple conversion:
> Input as this pattern: `number [from] [to]`
>
> You will get the result as: `result [to]`
>
> Example of input:
>
> ```
> 101101 [2] [10]
> -14201 [5] [24]
> AB04D.5F [16] [3]
> ```
> [!WARNING]
> Tranusy's using base type of data as integer {From −9 223 372 036 854 775 808 to 9 223 372 036 854 775 807} and doubel {1.7E +/- 308 (15 characters)}.
>
> Thus Tranusy can't convert the very huge numbers yet.