This Python program converts Harry Potter currency (Galleons, Sickles, and Knuts) into the desired type of currency. Users can input the amount of each coin type they possess, and the program will convert the total value into Galleons, Sickles, or Knuts.
- Converts between Galleons, Sickles, and Knuts.
- Handles multiple coin types in a single conversion.
- Validates user inputs for coin types and amounts.
- Python 3.x
-
Clone the Repository:
git clone https://github.com/Sebdababo/Python-Harry-Potter-Currency-Converter.git cd Python-Harry-Potter-Currency-Converter
-
Run the Program:
python "Harry Potter Currency Converter.py"
- Run the program.
- Enter the types of coins you have when prompted (e.g., Galleons, Sickles, Knuts).
- Enter the amount of each coin type when prompted.
- Enter the currency you want to convert to (Galleon, Sickle, Knut).
- The program will display the total amount in the desired currency.