Stock Scrapper is a GUI application to scrap/fetch stock data from google cards and display it on your GUI app.
Project is created with:
- Python 3.9
- OOPS Concept.
- Tkinter(tk) module for GUI.
- Beautifulsoup4 and Requests external modules for Fetching/Scrapping data from google.
-
Download the project to your Device using one of the ways listed below
- Clone the repo: git clone https://github.com/vishakhg98/Stock-Scrapper.git
- Download Zip using : Download
-
(Optional) If want to use virtual environment:
venv\Scripts\activate
-
Use the package manager pip to download the necessary modules using one of the ways listed below.
-
To install all necessary modules
pip install -r requirements.txt
-
To install individually
pip install beautifulsoup4==4.9.3 pip install requests==2.24.0
-
(Optional) Use virtual Environment.
Run stock_scrapper.py file.
venv\Scripts\activate
python3 stock_scrapper.py
for more screenshots visit Screenshots folder in the main branch.
None, if found any bugs please open an issue.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.