Skip to content

Files

Latest commit

7346700 · Oct 10, 2024

History

History

crypto_converter

Crypto Currency Converter

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.

Requirements

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.