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++

G V Ganesh Maurya · Dec 05, 2021

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.

G V Ganesh Maurya · Dec 05, 2021

Simple calculator GUI using Python

simple calculator which performs basic arithmetic operations like addition, subtraction, multiplication, and division

Chethan kumar · Dec 05, 2021

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.

C Sai Adarsh Varma · Dec 04, 2021

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.

Md Omer · Nov 30, 2021

Zodiac Calculator using Python

A project to calculate zodiac/astrological signs according to the user's date of birth using Python.

Md Omer · Nov 29, 2021

Rainfall Prediction using Python

A simple rainfall prediction model using a dataset obtained from Kaggle. Follow the code for more information.

G V Ganesh Maurya · Nov 28, 2021

YouTube video downloader using Python

I have written a code to download a YouTube video just by giving the URL of the video.

Ankan Sanyal · Nov 27, 2021

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

Shivapriya PS · Nov 26, 2021

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

Sanjay R · Nov 26, 2021

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.

Anita Suresh Lawate · Nov 25, 2021

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.

Anita Suresh Lawate · Nov 24, 2021