Hello!
I have a “little” problem with buttons… I wanted to create an app to scrape prices from one page. At this moment app looks like this:
(its in Polish for school purposes).
First need to fill name of game and select platform then I hit “Szukaj” → “Search” and this app scrape info from a page and with BeautifulSoup parses to the list of dicts and then show a table like this. Then when I press button “link_X” I would like to be moved to another subpage where is the price comparation from many different shops, after that I would like to scrape this page and show this prices in a chart…
The problem is when I hit “link” button this page refreshes loosing all data and variables
Is there any way to avoid this refreshing? Thank you so much for help💖