Some basic visualizations and analysis for crypto.
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
- 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
Running python3 crypto_correlation.py
will create the first two images.
Running python3 crypto_candle.py
will create this image.