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

https://github.com/zeeshanali90233/converter

Converter is a Python-based tool that allows you to check and convert numbers between different formats, including Binary, Decimal, Octal, and Hexadecimal. With functions like CheckBinary, CheckDecimal, DecimalToBinary, and more, it provides an easy way to perform number system conversions and validations.
https://github.com/zeeshanali90233/converter

binary binarytodecimal decimal decimaltobinary decimaltohexadecimal hexadecimal hexadecimaltodecimal numbers octal octal-to-decimal octal-to-hexadecimal python

Last synced: about 2 months ago
JSON representation

Converter is a Python-based tool that allows you to check and convert numbers between different formats, including Binary, Decimal, Octal, and Hexadecimal. With functions like CheckBinary, CheckDecimal, DecimalToBinary, and more, it provides an easy way to perform number system conversions and validations.

Awesome Lists containing this project

README

        

# Converter: Number System Converter 🔢🔄

Welcome to the **Converter** repository! This Python project provides a set of functions to convert numbers between different number systems, including Binary, Decimal, Octal, and Hexadecimal. The functions also allow for checking and verifying if a given number is in a specific number system.

The project includes a collection of functions to:
- Check if a number is in binary, decimal, octal, or hexadecimal format.
- Convert between different number systems (Binary ↔ Decimal, Decimal ↔ Hexadecimal, Octal ↔ Hexadecimal, etc.).

## Features 🌟

- **CheckBinary**: Verify if a given number is in binary format.
- **CheckDecimal**: Verify if a given number is in decimal format.
- **CheckOctal**: Verify if a given number is in octal format.
- **DecimalToBinary**: Convert a decimal number to binary.
- **BinaryToDecimal**: Convert a binary number to decimal.
- **DecimalToHexa**: Convert a decimal number to hexadecimal.
- **HexaToDecimal**: Convert a hexadecimal number to decimal.
- **OctalToDecimal**: Convert an octal number to decimal.
- **OctalToHexa**: Convert an octal number to hexadecimal.

## Tech Stack 🛠️

- **Python**: The core programming language used for implementing the number system conversion functions.

## Prerequisites 📝

- **Python 3.x**: Ensure you have Python installed on your system.

## Installation 🚀

Follow these steps to set up the project on your local machine.

### 1. Clone the Repository

```bash
git clone https://github.com/zeeshanali90233/Converter.git
cd Converter
```
## 📖 Helping Material

1. **Consult Books**: Refer to John Duckett's "HTML & CSS" and Svekis's "JavaScript: Beginner to Professional" books for foundational knowledge.
2. **Documentation & AI Help**: Utilize AI tools like ChatGPT, Phind, Gemini, and online documentation resources for assistance. They are just a search away!
3. **YouTube Channel**: Explore additional helping content videos on my [Learn With Ali Engineer](https://www.youtube.com/@learnwithaliengineer) to reinforce your learning.

---

## 📝 Contact & Support

For any questions, feel free to reach out me at any social platform plus through email **[email protected]**.