https://github.com/apfirebolt/stockmax-stock-trading-application-in-python-using-tkinter
A virtual stock trading application using tkinter, selenium, requests and beautifulSoup libraries of python 3. It allows stock trades for all the stocks listed on Nifty 50 stock index of NSE in Indian stock market. Additional functionalities include adding balance, viewing portfolio, viewing graphs and statistics for a given stock in consideration.
https://github.com/apfirebolt/stockmax-stock-trading-application-in-python-using-tkinter
Last synced: 9 months ago
JSON representation
A virtual stock trading application using tkinter, selenium, requests and beautifulSoup libraries of python 3. It allows stock trades for all the stocks listed on Nifty 50 stock index of NSE in Indian stock market. Additional functionalities include adding balance, viewing portfolio, viewing graphs and statistics for a given stock in consideration.
- Host: GitHub
- URL: https://github.com/apfirebolt/stockmax-stock-trading-application-in-python-using-tkinter
- Owner: Apfirebolt
- Created: 2018-08-14T15:38:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T21:26:52.000Z (about 2 years ago)
- Last Synced: 2025-01-15T00:16:01.093Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StockMax-Stock-Trading-Application-in-python-using-tkinter
A virtual stock trading application using tkinter, selenium, requests and beautifulSoup libraries of python 3. It allows stock trades for all the stocks listed on Nifty 50 stock index of NSE in Indian stock market. Additional functionalities include adding balance, viewing portfolio, viewing graphs and statistics for a given stock in consideration.
# About
This was one of my very first programming assignments. I am kind of working on a re-mastered version of it using AI