Code Packets
Browse all published coding projects
TicTacToe with nxn size grid in C++
We all have played the classic Tic-Tac-Toe game. But this one has a twist to it. It can be played with a grid of higher dimensions. In this packet you will find TicTacToe built with nxn size grid in C++
Othello Game in C++
Othello is a board game and is played by 2 players at a time. Each player chooses a color (black or white) and prepares to overturn the opponent's coins in order to win. We will use C++ for making Othello Game.
Simple calculator GUI using Python
simple calculator which performs basic arithmetic operations like addition, subtraction, multiplication, and division
Language Translator System Using Python
This is a project wherein text is taken as input and is translated to the desired language. That in-turn gives audio output.
A Game Of Odd Eve using Python
A Project where the user and the system are able to play the game of Odd-Eve using Python.
Zodiac Calculator using Python
A project to calculate zodiac/astrological signs according to the user's date of birth using Python.
Rainfall Prediction using Python
A simple rainfall prediction model using a dataset obtained from Kaggle. Follow the code for more information.
YouTube video downloader using Python
I have written a code to download a YouTube video just by giving the URL of the video.
Edge detection using Python OpenCV
In this project, we are doing edge detection in the image to find the boundaries in the image. It is built by python OpenCV library
Adding image to Live camera using Python - OpenCV
This project is all about adding the image to the live camera, which is done using a python image processing library known as OpenCV
Python Tutorial! Hexagonal Spiral using Turtle (Source Code with Output)
Draw the spiral with hexagon shape using Turtle module of Python. In each loop, increases the forward length.
Python Tutorial! Guess the four digits number using random module
Some random integer value is selected by the computer system and the user has to guess that four-digit integer number. We will use Python language.