In this project I made wanted to make something with the ability to scrape webpages for infomration and save it to a database. This application searches wikipedia entries and grabbs the first two pargraphs and displays them and can save them.
Here is part of the code used to create the application. I used tkinter for the window and Beautifulsoup to parse the HTML.