By Paras Rawat
A Currency Converter using CurrencyConverter module of the currency_converter library of Python.
In this project, we will be creating a Currency Converter using the currency_converter library of Python.
Requirements:
1) Install currency_converter
"pip install currency_converter"
Methodology:
1) Import CurrencyConverter module from currency_converter library.
2) Create a CurrencyConverter object.
3) Get the amount, the currency which you want to convert, the currency to which you want to convert.
4) Pass the amount, the currency which you want to convert, the currency to which you want to convert to the convert method of CurrencyConverter.
5) The method will return the converted amount to your desired currency.
Submitted by Paras Rawat (Paras07)
Download packets of source code on Coders Packet
Comments