A simple tracker of your cryptocurrency portfolio.
$ python coincap.py
bitcoin
$6,705.80
bitcoin-cash
$43.77
dogecoin
$0.14
ethereum
$351.65
Total coin value in USD: $7,101.36
To run with uv
:
uv run coincap.py
Download script and install dependencies. This project uses uv to manage dependencies and packaging.
git clone https://github.com/beachwood23/coincap.git
uv sync
This has only been used on a Mac so far. It probably doesn't work on Windows or Linux yet, mainly because of GNU readline differences.