Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Featuring Add Currency Converter Python Project

Open saniya-exp opened this issue 3 months ago • 2 comments

Adds a beginner-friendly Python mini project: saniya-exp-currency-converter.

This project allows users to convert an amount from one currency to another by entering the source currency, target currency, amount, and exchange rate. The program calculates and displays the converted amount.

Folder created: src/saniya-exp-currency-converter/
Includes main.py with the code and a README.md with instructions. Tested locally to ensure it runs as expected.

saniya-exp avatar Oct 08 '25 11:10 saniya-exp