Cryptocurrency Calculator

Python

A console-based program that allows the user to determine how much money they could have made on Cryptocurrency based on today’s market price. Uses Cryptocompare api to find prices of cryptocurrency at any point in time.

During this project, I learned how to make api calls using Cryptocompare and handle errors so the program can run without unnecessary crashing.

Here's a link to the repository!