https://github.com/2kabhishek/stock-trader
Trade Stocks with CRUD 💹📊
https://github.com/2kabhishek/stock-trader
finance pandastable python stocks tkinter yfinance
Last synced: 19 days ago
JSON representation
Trade Stocks with CRUD 💹📊
- Host: GitHub
- URL: https://github.com/2kabhishek/stock-trader
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-05-01T06:20:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T18:52:18.000Z (10 months ago)
- Last Synced: 2024-12-03T19:35:12.226Z (10 months ago)
- Topics: finance, pandastable, python, stocks, tkinter, yfinance
- Language: Python
- Size: 75.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
stock-trader is a GUI app that lets you fictionally trade real stocks.
## Inspiration
Wanted to explore `tkinter` and `yfinance`
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `python`, `tkinter`, `yfinance` and `pandastable`.
## Getting stock-trader
To install stock-trader, follow these steps:
```bash
git clone https://github.com/2kabhishek/stock-trader
cd stock-trader
pip install -r requirements.txt
python src/stock-trader.py
```## How it was built
stock-trader was built using `VS Code` and `python`.
## Challenges faced
While building stock-trader the main challenges were ``
## What I learned
- Learned about `yfinance`
- Explored `tkinter`
- Used `pandastable` to manage stock dataHit the ⭐ button if you found this useful.
## More Info