Application designed to keep track of checking account, stock, and crypto investments in real time.
Explore the docs »
Report Bug
·
Request Feature
- Clone the repo
git clone https://github.com/jtcass01/Stocker.git
- StatusLogger
Follow the instructions listed here.
- PyQt5
pip install PyQt5
- pyqtgraph
pip install pyqtgraph
- pyqtchart
pip install pyqtchart
- qdarkstyle
pip install qdarkstyle
- NumPy
pip install numpy
- Pandas
pip install pandas
- Binance API
pip install python-binance
- Coinbase API
pip install coinbase
- Mint API
pip install mintapi
- Yahoo Finance Stock API
pip install yahoo-fin
This project is still in the early stages of development. Since data like stock holdings and crypto holdings are currently static and held in encrypted files not included in this repository; it is not likely this application can be used by anyone without reverse engineering quite a bit of the code. It surely won't run as is. If you are interested in the schema for resource files to edit this application to track your investments; please reach out.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Jacob Taylor Cassady - @Jacob_Cassady - [email protected]
Project Link: https://github.com/jtcass01/StatusLogger