You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Go to the project page and navigate to the 'clone or download' button and copy the link
Open a terminal window, navigate to your Desktop, and type the following:
git clone <link>
Type the following commands:
cd pymarket
./run.sh
Track!
About
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.