A simple calculator for converting numbers between Binary, Octal, and Hexadecimal formats. This project was created as study material for a Digital Electronics class.
- Convert between Binary, Octal, and Hexadecimal number systems.
- User-friendly command-line interface.
-
Clone the repository:
git clone https://github.com/netteNz/Conversion-Calculator.git
-
Navigate to the project directory:
cd Conversion-Calculator
-
Run the program:
python conversionCalculator.py
Once the program is running, you can input numbers in one format (Binary, Octal, or Hexadecimal) and the program will convert the number to the other formats.
Enter a binary number: 1010
Octal: 12
Hexadecimal: A
conversionCalculator.py
: The main Python script that handles conversions.
Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
This `README.md` includes sections for project description, installation, usage, file descriptions, and contribution guidelines. Let me know if you'd like to add more details!