Coders Packet

Listing of packets of source code submitted by coders

Human Pose Tracking in Python

This packet contains one python script based on Mediapipe and OpenCV for human pose and torso center tracking.

Chatting GUI in Python

This packet contains two Python codes to run a chatting GUI in Python based on sockets, multithreading, and Tkinter.

Stock Watchlist in Python

Source code written in Python helps users to get the latest information regarding their stocks with the help of the nsetools Python library.

TicTacToe in C++

TicTacToe is a game where two players to put Xs and Os in compartments of a matrix. This is a C++ project.

Jarvis Using Python

Jarvis is Python based voice assistant. which can perform so many task of user. like open notepad, command prompt, open google, send the email and open Searching on Wikipedia, etc.

Online Voting Management System using C/C++

This C++ project Consist of collecting vote, Showing result of each vote for each candidate, Leading Candidate, and exiting via giving a key value.

School Management System using C++

Here we Create, Modify, Sort, Delete any record of students, teachers and class , also search their details using different attribute in C++. Get routine and total fees collected.

To Calculate Compound Interest in Java

This program finds the compound interest for the given inputs. This source code is written in Java.

Simple ATM machine using Java

This program is about knowing the user's data in their ATM accounts. The program is developed in Java language.

Medical Store Management System using C++

This project Medical Store Management System has been implemented using C++. This program can be used by a person who wants to operate his medical store through the computer.

Shortest Prime Path in C++

Find the distance of the shortest path from Num1 to Num2 that can be attained by altering only single digit at a time in C++

Convex Hull in C++

Use Graham Scan's Algorithm for finding Convex Hull in C++ from given set of points in the polygon