Skip to content

A tkinter/sqlite application to track your purchased Crypto Assets and measure Profit and Loss.

Notifications You must be signed in to change notification settings

muzaanme/cryptoFolio

Repository files navigation

CryptoFolio Application


An Application that will track your purchases on Crypto Market and saves the data on local database for later profit and loss Analysis.

Requirements

  • Python 3.x and above
  • Tkinter Library(built-Ins)
  • sqlite3 Library (built-Ins)
  • pyinstaller

Making the standalone file

pip install pyinstaller
pyinstaller --onefile -w frontend.py

Screenshots

  • Adding a new COIN to the Application

Screenshot1

  • Applicaion displaying Profit/loss

Screenshot2

  • Existing Coins can be updated

Screenshot3

About

A tkinter/sqlite application to track your purchased Crypto Assets and measure Profit and Loss.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published