Relative Content

Tag Archive for pythonuser-interfacetkinterlabel

How do I print the data collected from Beautifulsoup to a label on a TKinter GuI

I am working on an app that gets product price info from a website using Beautiful Soup.
Once I have the data i want to display all the data on a label using TKinter. I have all the data that comes from the website go into a list but for some reason when I try printing to the label using the print_data method it only prints one line. see my code below.
Can someone please help?