https://github.com/akv3sic/cryptocurrency-charts
Cryptocurrency API data visualizations 📈 with Matplolib.
https://github.com/akv3sic/cryptocurrency-charts
cryptocurrency data data-visualization matplotlib python
Last synced: 8 months ago
JSON representation
Cryptocurrency API data visualizations 📈 with Matplolib.
- Host: GitHub
- URL: https://github.com/akv3sic/cryptocurrency-charts
- Owner: akv3sic
- Created: 2021-06-09T21:40:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T09:25:41.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T15:30:57.016Z (over 1 year ago)
- Topics: cryptocurrency, data, data-visualization, matplotlib, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### About
Cryptocurrency API data visualizations with Matplolib.
> School project
### Screenshots



### Setup
1. Clone repository.
```
git clone https://github.com/antekvesic/cryptocurrency-charts.git
cd cryptocurrency-charts
```
2. Create new virtual environment.
```
pyton -m venv venv
```
3. Run your virtual environment.
```
./venv/Scripts/activate
```
4. Install dependencies.
```
pip install -r requirements.txt
```
5. Create .env file to store your API key.
6. Run.
```
python main.py
```