Skip to content

Commit e5d8c83

Browse files
authored
Create readme.md
1 parent 32901ed commit e5d8c83

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Currency-Converter/readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Currency Converter
2+
3+
## Description
4+
5+
The Currency Converter is an interactive Python program that allows users to convert between different currencies. It provides exchange rates for a variety of currencies and performs real-time currency conversions based on user input.
6+
7+
## Features
8+
9+
- Converts between multiple currencies.
10+
- Provides an easy-to-use command-line interface.
11+
12+
## Usage
13+
14+
1. Run the `currency_converter.py` script.
15+
2. Enter the amount to convert.
16+
3. Select the source currency (e.g., USD).
17+
4. Choose the target currency (e.g., EUR).
18+
5. The program will display the converted amount.
19+
20+
21+
This currency converter project uses fixed conversion rates for demonstration purposes. In a real-world application, it's essential to fetch up-to-date exchange rates from a reliable currency exchange API for accurate conversions.
22+
23+
## Author
24+
25+
[Adrija-G](https://github.com/Adrija-G)

0 commit comments

Comments
 (0)