CoinConverter How To Use from coinconverter import convert amount = "10" from_currency = "USD" to_currency = "PHP" print(convert(amount, from_currency, to_currency)) Output: 588.70