Code Packets
Browse all published coding projects
Number Guessing game in C++
This is an exciting project, where we will learn about the library used to generate random numbers.
Canvas using HTML and Javascript
It is a simple project where we can draw anything using HTML canvas and also using Javascript Manipulations
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.
SAM - retrieval based chatbot using Python
A chatbot that can answer your queries based on a corpus(paragraphs of data). It will pre-process the data by itself & give the most relevant answer.
Voice Email Bot using Python
Voice email bot is developed to send emails to anyone by just speaking. System will ask for required information via voice and then send the mail to the mentioned email address in text format.
Simple image cartoonifier using Python & OpenCV
Using OpenCV & Python, any image can be converted to a good quality cartoony image in just 5 simple conversions.
Suicide Case Study Worldwide Using Python
Here we see a Suicide Case Study, analyze Suicide Cases Worldwide and we calculate the mean value of 100k per Population
Harry Potter Game Using Java
This project is a Harry Potter Game that has been made with the use of Java Programming Language. You have to play it wisely to be a winner.
TIC-TAC-TOE IN C++
Using functions, arrays, conditional and logical operators, a simple tic-tac-toe game was created.
EMI Calculator using Python Tkinter
In this tutorial, we will be learning how to create an EMI calculator using Python's Tkinter.
MCQ based QUIZ in C++
The project is a multiple choice questions based quiz which stores the details of the quiz takers (details of the person, score, etc.) and stores them in a file for further access.
Todo List in C++
This project basically maintains arecord of your completed and uncompleted tasks separately using file handling in C++ language. You can add, delete and modify your (todos) tasks.