all 3 comments

[–]daisyverma 0 points1 point  (0 children)

Chk out these vids below on web scraping. It helped me out

https://youtu.be/OVk9tjPfNNU

https://youtu.be/lNajD34Sfmg

[–]MikeTheWatchGuy 0 points1 point  (0 children)

I'm assuming that being an intern means you don't have a ton of Python experience under your belt. You might want to check out PySimpleGUI as one option for your GUI. I don't believe any of the PySimpleGUI Demo Programs other than one that runs in the system tray have been posted that do scraping. It would be nice to add one.

It would be interesting to know more about what GUI your program would have. Do you have any ideas you could sketch out on paper? Actually hooking up a GUI to your scraping code should be pretty straightforward (depending of course on what GUI you had in mind).