https://github.com/dizzpy/number-system-converter
A program to convert numbers between different number systems.
https://github.com/dizzpy/number-system-converter
Last synced: 11 months ago
JSON representation
A program to convert numbers between different number systems.
- Host: GitHub
- URL: https://github.com/dizzpy/number-system-converter
- Owner: dizzpy
- Created: 2023-06-18T09:47:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T11:29:08.000Z (about 3 years ago)
- Last Synced: 2025-03-30T22:32:26.512Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 353 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Number System Converter
A program to convert numbers between different number systems.
Key Features •
Usage •
Run in Mobile •
Developer Information •
License

Key Features
- Conversion between various number systems
- Intuitive and user-friendly interface
- Fast and accurate conversion algorithms
Usage
# Clone the repository to your local machine using the following command:
git clone https://github.com/dizzpy/Number-System-Converter.git
# Navigate to the project directory:
cd Number-System-Converter
# Compile the program using a C compiler:
gcc NumbCon.c -o number_system_converter
# Run the program:
./number_system_converter
Run this in Mobile with Termux Application
# Run the following command to update the packages:
pkg update
# Install Git and tcc: You'll need Git to clone the repository and tcc (Tiny C Compiler) to compile the C program. Run the following command to install Git and tcc:
pkg install git tcc
# Clone the repository to your local machine using the following command:
git clone https://github.com/dizzpy/Number-System-Converter.git
# Navigate to the project directory:
cd Number-System-Converter
# Compile the program using a C compiler:
tcc NumbCon.c -o number_system_converter -lm
# Run the program:
./number_system_converter
Developer Information
This program was developed by Dizzpy. If you have any questions or suggestions, please feel free to reach out.
License
This project is licensed under the MIT License.