This is a currency converter tool which helps the user to convert the most frequently used crypto currencies in the market to any fiat currency available. A fiat money is any currency that is controlled by a government as the form of paper money. A few examples include INR, USD, YEN etc.
There's a file provided in the repository named requirements.txt
. Run the following command after changing to the local folder holding the files.
pip install -r requirements.txt
This should download any necessary library required for running the tool.