Code Packets
Browse all published coding projects
Image Text to Speech using Python
This is a simple python project that extracts the text from the image. Store the text into a text file. Then retrieves that text from the file and convert it into a speech.
Python Program to Find LCM
L.C.M is the least common multiple between two numbers or more. And the numbers that we will use should be perfectly divisible by the numbers.
Steganography in Python using Stepic Module
Steganography is the method of hiding data in Images. This project implements Steganography in Python using Stepic module with Pillow Module handling the Images.
Quiz application with multiple quizzes using Java.
This project contains quizzes for four different languages. We can attempt quizzes of our own choice. This project is implemented using the java swing library and JDBC API.
Image Color Detector using OpenCV in Python
The aim of this Python OpenCV project is to implement an image color detector that identifies all the colors present in an image.
Library Management System Using Python
This is a simple Python project of a library management system build using Python. Implement a student library system using OOPs where students can borrow a book from the list of the books.
E Voting using JEE
It's an online voting platform made using JEE technology or java enterprise edition. One can vote and declared the winner of the election.
Online Voting Management System using C/C++
This C++ project Consist of collecting vote, Showing result of each vote for each candidate, Leading Candidate, and exiting via giving a key value.
School Management System using C++
Here we Create, Modify, Sort, Delete any record of students, teachers and class , also search their details using different attribute in C++. Get routine and total fees collected.
Medical Store Management System using C++
This project Medical Store Management System has been implemented using C++. This program can be used by a person who wants to operate his medical store through the computer.
Desktop assistant using Python and JARVIS
This is basically the desktop assistant project in Python a speech recognizer that recognizes the voice and gives suggestions for particular predefined commands
How to implement Greedy algorithm for Fractional Knapsack problem using Java
This blog will help you to know about the greedy algorithm and how to implement it for fractional knapsack problems using Java.