Coders Packet

Listing of packets of source code submitted by coders

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

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.

JavaScript | A simple calculator

Here I design a simple calculator using JavaScript, HTML, and CSS, here you can calculate basic calculations.

Football Management System Using PHP, HTML, Java Script and MySQL

The project Name is Football Management System. Here I Have Used PHP, HTML, CSS, Javascript, MySQL

Swapping of Numbers Using two variables and Three variables Using Java

In this project, Let's discuss swapping numbers using two variables and three variables in Java. To understand this project, you want to know about data types and how to use them.

Electricity Bill Generator in Java

In this tutorial, you will learn to create an Electricity Bill Generator Using some basic concepts in Java with an easy example.

GET PHONENUMBER DETAILS USING PYTHON

Python is widely used language and it is free open source language -> With Phonenumbers package we will easily identify the details of particular person , it is very useful for in future

Real Time Sign Language Detection using Python

Sign Language is an important mode of communication for deaf and dumb people. This project detects static images of sign language in real-time and translates it for normal people to understand.

Musicxy | a Music Player using Python

In this project, I have made a music player in Python. I have used the concepts of Pygame, Tkinter and pickle.

Grocery android app using Java

Grocery Application made using Java. Users can see lists of items in different categories like popular items, suggested items based on previous items bought, new items.