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.

Ayush Kumar JHA · Mar 27, 2021

Password-Generator in C++

A C++ program that gives random password of given size and choice by using rand function...

Chandan Giri · Mar 27, 2021

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++.

Kirti Vardhan · Mar 27, 2021

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.

Sandhya yegireddi · Mar 27, 2021

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.

Sandhya yegireddi · Mar 27, 2021

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.

Akshay Sai Reddy Kondu · Mar 26, 2021

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.

Sweta Sinha · Mar 26, 2021

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.

Mariam Aafreen · Mar 26, 2021

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.

Akshay Sai Reddy Kondu · Mar 26, 2021

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.

Divya Prackash Ravi · Mar 26, 2021

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.

Kashish Naresh Dhoot · Mar 26, 2021

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++

Jahanvi Solanki · Mar 26, 2021