Data visualization tool for cryptocurrencies using BeautifulSoup, Selenium, Pandas and Matplotlib.
Important note: If possible use the Data Visualization folder and open the project in jupyter notebook. In either case, create an empty folder called "data" so that the csv and excel files can be saved properly
This project is meant to extract and visualize data using the information that is publically available in coingecko.com Anyone can use this project without prior coding experience using the visByTick() and massExtract() functions to visualize the data for any given cryptocurrency. To get information on what you can do with each one of these functions use the help() function on it. Ex: help(visByTick)