Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 481 Bytes

File metadata and controls

20 lines (14 loc) · 481 Bytes

B7-Python-based-currency-converter-

This is a scraping web app that scrapes current and historical data about exchange rates.

To use this example in your projects, clone the repo in your folder :

git clone https://github.com/Moroccan-Data-Scientists/B7-Python-based-currency-converter-.git

Then create a conda env using the requirements.txt

conda install --file requirements.txt

Then in the terminal run the following command:

streamlit run Home.py