Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 363 Bytes

File metadata and controls

7 lines (4 loc) · 363 Bytes

codeForcesCategorizer

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.