stock-trader is a GUI app that lets you fictionally trade real stocks.
Wanted to explore tkinter
and yfinance
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
python
,tkinter
,yfinance
andpandastable
.
To install stock-trader, follow these steps:
git clone https://github.com/2kabhishek/stock-trader
cd stock-trader
pip install -r requirements.txt
python src/stock-trader.py
stock-trader was built using VS Code
and python
.
While building stock-trader the main challenges were <issue/difficulty>
- Learned about
yfinance
- Explored
tkinter
- Used
pandastable
to manage stock data
Hit the โญ button if you found this useful.