Retrieving cryptocurrencies information from coinmarketcap Api.
coincap_global retrieves following information from the CoinMarketCap API:
- Bitcoin dominance
- Ethereum dominance
- Total market cap of all cryptocurrencies
- Total volume (24h) of all cryptocurrencies
coincap_listings retrieves the top 100 cryptocurrencies from the CoinMarketCap API For each of the 100 cryptocurrencies it lists:
- Name, along with the symbol
- Rank
- Price
- Market cap
- Hour change
- Day change
- Week change
- Percent change 24h
- Total supply
- Circulating supply
- Volume
coincap_quotes lets you retrieve information for a specific cryptocurrency. You can enter the symbol of the cryptocurrency, for example BTC for Bitcoin, and it will display the information about BTC
Moving onto the projects directory now.
portfolio.py reads information stored in an excel file about what cryptocurrencies and how much of it the user has bought, and it displays to the user important information about it in an easy to read table (as seen below)

The purpose of the alerts.py is to alert the user once their cryptocurrency hits a specific amount. The user stores the cryptocurrency symbol along with the value in an excel file and whenever that cryptocurrency reaches that value, the user is alerted, stating the time when it hit that value. For the time being, the program needs to run on the user's personal computer, but the next steps for this app is to run it on the cloud and send a message to the user using the Twilio API.
top_hundred_crypto.py lists the top 100 cryptocurrencies based on either Market Cap, 24 hour Percent Change, or 24 Hour Volume, in a nice readable table, as you can see in the image below.

research.py lets the user know what the future value of the cryptocurrencies would be, based on a number of factors.
