Mini_Python_Projects
Mini_Python_Projects copied to clipboard
Featuring Add Currency Converter Python Project
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.