Code Packets
Browse all published coding projects
Alarm Clock using gui Tkinter Python
This project is designed to implement an alarm clock using Tkinter in Python. Which rings after a certain time has been set to it.
Password-Generator in C++
A C++ program that gives random password of given size and choice by using rand function...
Railway reservation/cancellation simulated system in C++.
This code is a simulation of a railway reservation/cancellation system, written by using multiple inheritance and functions in C++.
ATM Transactions for joint account of 3 account holders Using C++
This is a C++ project which involves ATM transactions for the joint account of 3 account holders, they can do all the transactions but others can only have access to the deposit.
Personal identification number(PIN) generation for ATM cards Using C++.
A Personal identification Number generation Using C++ is a Process of generating a New PIN to an ATM card.
Hand Cricket game using C++
This is a fun project which is made in C++ and is played by a single player. The other player is the computer itself. The player who scores more runs while batting is the winner.
String manipulations in Java
In this project we are going to learn about how to use strings or characters in Java. String are the series of characters.
Text to Speech Converter using Python Programming Language
Text to Speech converter will convert pdf files into mp3 format. This python program aims to save your time as huge chunks of content consume lots of time to read and understand.
Length of Longest common subsequence using C++
This program is built in C++ which finds the length of the longest common subsequence among two given input strings. The project is made by using Dynamic Programming methods.
Emotion Recognition in Python using OpenCV and TensorFlow
This Python code uses the webcam of the device to scan and analyze what kind of emotion the person is in right now.
How to run isProbablePrime method in Java
In this tutorial, we have to check whether the given number is prime or not using the Java BigInteger class isProbablePrime method.
Shift Reduce Parser Using C++
Shift Reduce Parsing is a way to reduce a string to the start symbol of a grammar. It. It is mainly used for the error-checking process. The code is done in C++