This repository contains short and simple scripts for small redundant tasks or just for fun.
CodeChefScraper.py
scrapes data about the problems from codechef stores data in a database.
You can update the database if you solved the problem and track your progress.
ScrapyColorList.py
scrapes color list from 500+ Colours and store in a text file.
xkcd_reader.py
shows comics from XKCD Comics and downloads favorite comics to /home/{usr}/Pictures/xkcd
algorithms_data.py
downloads data for book Algorithms as a helper to implement algorithms from the same book
CodeChefSolutionScraper.py
downloads solutions for the solved problems by any given user and stores them with problem and solution links and with correct file extensions(currently for C++ and Python).
SudokoSolver.py
solves the Sudoko game given any valid solvable configuration.