Script that uses beautifulsoup to crawl online coding judge website.
It finds the different categories of problems and divide them into groups and store the problem, link, difficulty inside a database held by sqlite3.
It uses tkinter as a basic GUI to display the variety of problems and other info regarding the problem for the user.