Mini Projects

These are some of the mini projects that were really useful for automating tasks. These were mainly created while learning new technologies.

Tic Tac Toe Game using AI

Wanna play with an intelligent computer opponent? Try this unbeatable Tic Tac Toe based on Artificial Intelligence. Minimax algorithm is the base for this project.

Source Code: Github
Technology Used: Python

Classic Snake game

Play the classic Snake game using this simple Python program

Source Code: Github
Technology Used: Python, PyGame

A reminder application to remind you about the upcoming birthdays

Forget birthdays of your loved ones? Don't worry its time to wish them all. This script will remind you of the birthdays that you have already stored.

Source Code: Github
Technology Used: Python

Download all CodeChef Problem statements

This was the script that helped me alot with my competitive programming skills. This script downloads all the problem statements from the CodeChef website and store them into organized folders depending on the level of the problem statement.

Source Code: Github
Technology Used: Beautiful Soup, urllib

A simple note taking terminal application

This is the one which inspired me to create web app. This simple terminal application helps you to create, retrieve, modify and delete notes right from terminal.

Source Code: Github
Technology Used: Python, SQlite, MySQl