tpokorra / walletmonitor

Watch your crypto wallet, written with Python and Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This tool helps to watch your crypto portfolio.

You can see the current value of your wallet, and the current value of the crypto currencies you are watching.

You can manage your past transactions to and from your wallet.

This application is written in Python using Django.

Install

python3 -m venv .venv
source .venv/bin/activate
pip install wheel
pip install -r requirements.txt

About

Watch your crypto wallet, written with Python and Django

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 66.0%Language:HTML 29.1%Language:CSS 2.5%Language:JavaScript 1.6%Language:Makefile 0.8%