Code Packets
Browse all published coding projects
Course Planner in C++
Course Planner in C++ helps us to plan the courses in the right sequence in Colleges and Schools.
Bubble Sort Program using C++
This C++ project is used to sort the elements in ascending order by taking input from the user and then displaying output using the bubble sort algorithm.
Dutch Flag Algorithm in C++
In this tutorial, we are going to learn how to segregate 0's 1's and 2's in constant space using the Dutch Flag Algorithm in C++.
Reverse a String in C++
The code attached below is a C++ code, which is used to reverse a string entered by the user.
Simple virtual assistant using Python
Building a simple virtual assistant that takes input from the user as an audio input and gives the output as a text and audio output in Python
Music Player GUI application in Python
This project is Music Player GUI application in python which enables music and lets you listen to your favorite music by adding it to your list.
BMI CALCULATOR IN C++
The Project is built in C++ using Atom Editor and MinGW Compiler. It Can Calculate both in kg/m2 and lbs/in2 to predict the body type.
Print all possible words from phone keypad using c++
We have to print all possible words that can be formed by pressing those digits of the mobile keyboard using c++.
Implementation of Stack using C++
Hello Friends, Today we are going to learn the stack and its implementation in C++ using class.
Contact Management in C++ using Structure
Hello coders, Today we are going to writing a source code for Storing contact_no and name in Contact_list using c++. In this source code, we are using a hash function, structure, etc.
Speech based web searching using Python and Speech Recognition
This is a simple speech-based web browser, using speech_recognition and pyttsx3 libraries in Python.
Medical Shop Management System using C++
This project is a simple implementation of a medical shop management system . The entire project has been written in C++.