This script uses the requests and BeautifulSoup libraries to scrape stock prices in India and displays all stocks in a certain price range. Additionally, the script uses Tkinter and threading. This adds a user-friendly GUI along with multithreading. This improves response times and allows the user to change the parameters while the scraping thread retrieves the information.
- Python 3.x
- requests
- bs4
- Tkinter
- Clone or download the repository
- Install the required libraries by running
pip install -r requirements.txt - Run the script by using the command
python scraper.py