Coders Packet

Listing of packets of source code submitted by coders

Audio Book using Python and Speech Synthesis API

Using Flask as backend and HTML, JavaScript as frontend, It takes the pdf and page no from the user and converts the specified pages into audio. The audio is generated using Speech Synthesis API

Tracking Mouse Activities using Python

This program will keep the track of every activity of a mouse and will print the details in a txt log file. It will specifically print the activity name with coordinates in that file.

Dice Roller Game using JavaScript

This is a funny game where 2 players play based on the number on the dice winner gets decided and also draw happens if the score is the same

Student Report Management System in C++

The Project is made using the concepts of file handling and OOPs of CPP which can be learned through this project.

Bank Management System using C++ and MySQL

The project is on a Bank Management system that is implemented using C++ and MySQL with various operations as discussed below

Heart Attack Analysis and Visualization Using Python

Here we analyze the Heart Attack rate, at which age Heart Attack is high and low risk

Isomorphic Strings in C++

In this tutorial, we will learn about isomorphic strings and we will find if the string is isomorphic or not.

Longest Palindromic Substring/Manachar's Algorithm in C++

In this tutorial, we will know how to find the Longest Palindromic Substring in a string using Manachar's Algorithm.

Remove All Duplicates From an Array using SET | C++

In this tutorial we will learn how to use SETs, we will also learn how to implement it

Beep Sound in Python

This project describes how to generate beep sound in python. It repeatedly generates beep sound 3 times but you can change as per your convenience.

Designing Clutter Software using Python

Clutter Software consists of a coding module which after executing takes files in respective format to respective folders.

Registration System for Institutions to maintain Student Data using JAVA

It is an extensive registration system with GUI and features to maintain & sort data according to the need of the institution.