This project represents a freelance endeavor dedicated to developing a user-friendly web scraping application.
A simple web scraping application using beautiful soup and pandas, made to scrape a particular stock Webstite. A GUI has been made using TKinter for usability. Optimization is still yet to be done.
python3 -m venv env source env/bin/activate pip install -r requirements.txt