https://github.com/ebwinters/pymarket
A Python based application I wrote over winter-break. This application helped me learn how to use SQLite3 with Python, Tkinter, as well as finance and crypto APIs. It solves the simple problem of not being able to see all HODLings in one place.
https://github.com/ebwinters/pymarket
crypto cryptocompare-api iexfinance-api python sqlite3 stock-market-holdings
Last synced: about 1 month ago
JSON representation
A Python based application I wrote over winter-break. This application helped me learn how to use SQLite3 with Python, Tkinter, as well as finance and crypto APIs. It solves the simple problem of not being able to see all HODLings in one place.
- Host: GitHub
- URL: https://github.com/ebwinters/pymarket
- Owner: ebwinters
- Created: 2017-12-31T19:41:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T15:46:57.000Z (over 8 years ago)
- Last Synced: 2025-09-13T21:44:32.188Z (11 months ago)
- Topics: crypto, cryptocompare-api, iexfinance-api, python, sqlite3, stock-market-holdings
- Language: Python
- Homepage:
- Size: 452 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to install
1. Go to the project page and navigate to the 'clone or download' button and copy the link
2. Open a terminal window, navigate to your Desktop, and type the following:
```git clone ```
3. Type the following commands:
```
cd pymarket
./run.sh
```
4. Track!