A simple command-line currency converter built using Python.
This project converts foreign currencies (USD, Euro, Pound) into INR using predefined exchange rates.
- Convert USD β INR
- Convert Euro β INR
- Convert Pound β INR
- Continuous loop until user exits
- Clean function-based structure
- Functions
- Conditional statements (
if-elif-else) - Loops (
while True) - User input handling
- Basic program structure
-
Make sure Python is installed.
-
Clone this repository:
git clone https://github.com/yourusername/currency-converter-python.git -
Run the file:
python currency_converter.py
- Add real-time exchange rates using an API
- Add error handling using
try-except - Convert into a GUI version (Tkinter)
- Add support for more currencies
This project was built as part of my Python learning journey to strengthen my understanding of functions, loops, and program structure.
More projects coming soon.