Skip to content

NiketSingh09/currency--converter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’± Currency Converter (Python)

A simple command-line currency converter built using Python.

This project converts foreign currencies (USD, Euro, Pound) into INR using predefined exchange rates.


πŸš€ Features

  • Convert USD β†’ INR
  • Convert Euro β†’ INR
  • Convert Pound β†’ INR
  • Continuous loop until user exits
  • Clean function-based structure

🧠 Concepts Used

  • Functions
  • Conditional statements (if-elif-else)
  • Loops (while True)
  • User input handling
  • Basic program structure

πŸ›  How to Run

  1. Make sure Python is installed.

  2. Clone this repository:

    git clone https://github.com/yourusername/currency-converter-python.git
    
  3. Run the file:

    python currency_converter.py
    

πŸ“Œ Future Improvements

  • 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

🎯 Purpose

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.

About

basic currency converter that i had created by myself without any help . It consists of all three currencies , ie euro , usd, and pound. It converts all these currencies into INR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages