Skip to content

Files

Latest commit

1e755d2 · Feb 2, 2022

History

History
This branch is 153 commits behind x4nth055/pythoncode-tutorials:master.

currency-converter

To run the scripts:

  • pip3 install -r requirements.txt
  • Here is an example: To convert 1000 EUR to USD by scraping Yahoo Finance:
    $ python currency_converter_yahoofin.py EUR USD 1000
    
    Output:
    Last updated datetime: 2022-02-02 12:37:39
    1000.0 EUR = 1132.6310634613037 USD