An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

banner




Number System Converter


A program to convert numbers between different number systems.


Key Features
Usage
Run in Mobile
Developer Information
License

banner

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.


github.com/dizzpy