Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 522 Bytes

CryptoCompare

This project is designed to display and compare cryptocurrencies by using an API from CoinMarketCap. This program is coded in Tkinter, and uses various libraries. To use this project you need to run this in your CMD

pip install Pillow
pip install requests
pip install pandas
pip install python-dateutil
pip install tkinter

To run this project, have all the files in one folder and run the file "interface.py"

This is the first version, but there are updates planned for this app

Enjoy!