Skip to content

Files

Latest commit

 

History

History
 
 

crypto_converter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.