Code Packets
Browse all published coding projects
Book management system using C++
This is a C++ packet for book management in a library. It can save, delete or search details of all the books.
ATM system packet using C++
This project is based on ATM machines working. You need to enter the pin and if it is correct you may proceed further.
The Longest word in a sentence using Python programming
To find the longest word and its length in a given sentence using the Python programming language.
Different Characters in a String and its length using Python Programming language.
To find different characters in a given string and its length using the set method in the Python programming language.
Even and Odd Numbers in a Mobile Number using Python programming
To find the Even numbers and Odd numbers in a specific mobile number using the Python programming language.
Prime number or not a Prime number using Python programming language.
To find whether the entered number is a Prime Number or not a Prime Number using the Python programming language.
Powerset of a Set using Python programming language
Write a Program to determine the Powerset of a Set using the Python programming language.
Create a virtual voice assistant in Python
Create virtual voice assistant in Python using Pycharm or VS code. import pyttsx3, Wikipedia, speechRecognition, pyaudio modules from the terminal in Pycharm or VS code.
Online Pizza Ordering Application Using Java
Hi, In this packet, we are going to build a code for the Pizza Ordering system using Java.
ATM Application using Java
ATM Application using Java is a simple application in which we have all the features of a regular ATM machine.
Convex Hull in C++
Use Graham Scan's Algorithm for finding Convex Hull in C++ from given set of points in the polygon
Chatting Between 2 desktop/CMD using Java
This Project is developed using Java Programming language by implementing networking, TCP and sockets for chatting between two Desktop/CMD.