Skip to content

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.

Notifications You must be signed in to change notification settings

zeeshanali90233/Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

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 to reinforce your learning.

📝 Contact & Support

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages