We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7296136 commit 01ffc02Copy full SHA for 01ffc02
Currency Converter/README.md
@@ -1 +1,16 @@
1
+# Currency Converter
2
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