You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Python/Currency Converter/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
Here we can covert INR into various currencies using the data of rates from google ,we will make currency file in which all the rates will be there and then in the script we will read and fetch from that file and then convert it into any currency.
5
5
6
6
7
-
Third-Party Libraries Required : No libraries required.
7
+
## Third-Party Libraries Required :
8
+
No libraries required.
8
9
9
10
## How to use it :
10
11
We firstly need to get the rates from google and copy it into currency file then we need to run the script and then mention the currency in which we need to convert.
0 commit comments