This Python application can solve even 'hard' sudoku problems almost instantly using backtracking algorithm.
Automation:
It reads any 9x9 Sudoku-puzzle from a website sudoku.com and solves the puzzle automatically interacting with the webpage. The automation has been done using the PyAutoGUI module.
A web application built with Django which aggregates latest sports news from multiple websites using Web Scraping and presents the data in one location. The combination of two python packages, Beautiful Soup and Selenium has been used for dynamic scraping.