initial commit

This commit is contained in:
2021-01-07 22:12:05 +01:00
commit e385650802
51 changed files with 1048 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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 -r requirements.txt