A personal simple crypto portfolio tracking application built with Python and DearPyGui. Keep tabs on your crypto investments, track profits, and set target prices - all in one interface.
- 📊 Real-time portfolio overview
- 💰 Track investments and profits
- 🎯 Set target prices for your coins
- 🔒 Privacy mode to mask sensitive data
- 📈 24-hour price and volume changes
- 💾 Local SQLite database storage
- GUI: DearPyGui
- Database: SQLAlchemy + SQLite
- API: CoinMarketCap
- Language: Python 3.8+
- Clone this repo
- Install requirements:
pip install -r requirements.txt
- Run the app:
python main.py
This is a personal project I built for my own crypto tracking needs. While it works great for me, I'm not actively maintaining or developing it further. Feel free to fork and modify it for your own use!
You'll need to add your own CoinMarketCap API key in config/settings.py
. Get one for free at CoinMarketCap.
This project is licensed under the MIT License - because sharing is caring! 🤘
This tool is for tracking purposes only. It doesn't provide any financial advice.
Built with ❤️ and ☕ by @007SKRN
If you found this helpful, please consider giving it a ⭐