Code Packets
Browse all published coding projects
Insertion sort using C++
Insertion sort using C++ is a simple sorting algorithm that works similar to the way you sort playing cards in your hands.
Casino Game using C++
This is an exciting C++ project, where we will learn about the library used for random numbers.
Speech to text converter with GUI using Python
This project utilizes the SpeechRecognition module of Python programming language to convert sound or words spoken by the user into text and save it as a text file.
Secure Password Generator in C++
The Project is built in C++ using Atom Editor and MinGW Compiler. It Predicts a safe and Secure Password to the User as the Input Character Size by the User.
Quiz Game in C++
The Quiz Game in C++ is a project in which you can ask 10 questions to the player which contains four options in which he has to choose only 1 option.
Resume Generator using C++
This Project is to generate the Resume of the user using C++ in which the user can generate their Resume by entering Valid data.
Hotel management Using C++
This is a project built in C++ using file handling, which is used to manage the Hotel's works like check available rooms, book room of the hotel.
Library Management Using C++.
This project is based on a school or college library management system using C++, in which you can add records, display records, modify the existing records and delete the records.
Face detection using Python
This is a computer vision project to detection of faces in images, videos. It was scripted in python. It will tell us how many eyes, faces in videos, images.
Employee management system using Python
This is a Python project to manage simple employee details. The details are stored in the Python list
Randomize matrix generator contains odd numbers or even number using Python
My project will generate a randomized matrix in Python. The matrix contains odd numbers or even numbers based on the user's choices it will generate.
Program to Find the Roots of a Quadratic Equation in C++
This is a program where we find all the roots whether complex or real of a quadratic equation in C++.