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.).
- 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.
- Python: The core programming language used for implementing the number system conversion functions.
- Python 3.x: Ensure you have Python installed on your system.
Follow these steps to set up the project on your local machine.
git clone https://github.com/zeeshanali90233/Converter.git
cd Converter
- Consult Books: Refer to John Duckett's "HTML & CSS" and Svekis's "JavaScript: Beginner to Professional" books for foundational knowledge.
- Documentation & AI Help: Utilize AI tools like ChatGPT, Phind, Gemini, and online documentation resources for assistance. They are just a search away!
- YouTube Channel: Explore additional helping content videos on my Learn With Ali Engineer to reinforce your learning.
For any questions, feel free to reach out me at any social platform plus through email [email protected].