Am0rphous / crypto-analysis

πŸ”₯ Some basic visualizations and analyses for cryptocurrencies πŸ€‘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Crypto Analysis

Some basic visualizations and analysis for crypto.

Linux

sudo apt install python3-pip git
pip install pandas-datareader mplfinance seaborn
git clone https://github.com/Am0rphous/crypto-analysis
cd crypto-analysis
python3 crypto_correlation.py 
python3 crypto_candle.py 

MacOS

  • Install the package manager Homebrew
  • Then run:
brew install python3 git
pip3 install pandas-datareader mplfinance seaborn
git clone https://github.com/Am0rphous/crypto-analysis
cd crypto-analysis
python3 crypto_correlation.py 
python3 crypto_candle.py 

Preview

Running python3 crypto_correlation.py will create the first two images.

crypto_correlation_1.png crypto_correlation_2.png

Running python3 crypto_candle.py will create this image.

crypto_candle.png

About

πŸ”₯ Some basic visualizations and analyses for cryptocurrencies πŸ€‘


Languages

Language:Python 100.0%