Skip to content

Commit 01ffc02

Browse files
authored
Update README.md
1 parent 7296136 commit 01ffc02

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Currency Converter/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1+
# Currency Converter
12

3+
This program takes one form of currency and converts into other form. The output value also changes depending on the current value in the market.
4+
5+
# Prerequisites
6+
7+
Make sure you have the following installed
8+
9+
```tkinter``` <br />
10+
```forex-python``` <br />
11+
```Pillow```
12+
13+
# To install them
14+
15+
```sudo apt-get install python-tk``` [For installing tkinter in Linux] <br />
16+
```pip3 install forex-python Pillow```

0 commit comments

Comments
 (0)