Skip to content

A command-line tool for viewing personal crypto coin capitalization.

Notifications You must be signed in to change notification settings

beachwood23/coincap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coincap

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

Installation

Download script and install dependencies. This project uses uv to manage dependencies and packaging.

git clone https://github.com/beachwood23/coincap.git
uv sync

Caveats

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.

About

A command-line tool for viewing personal crypto coin capitalization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages