Code Packets
Browse all published coding projects
Todo List Using JAVA & JAVAFX
This is a Todo List application that can hold your todo Items. I made this using JavaFX and Java, It Can Hold, Short, Delete your data.
Scientific calculator using Java and Swing programming
This is a fully scientific calculator based on Java and the swing programming concept.
Examination system using Java
This is an examination system making by Java language. In this project, the admin can set your own question and the user can take the exam.
Basic multistage Quiz game ( a C++ code)
This code is a C++ code, useful for developing any kind of quiz. It also calculates the total amount or score the participant will get.
String Tokenizer in C++ using strtok()
In this Packet, we will learn about strtok() function in C++. The function is present in the cstring header file.
Color Coding in C++
Here, we get to know about how to add color to text and the background in C++. The header file for this command is windows.h or stdlib.h in C++.
Real-Time Gold Price Tracker in Python
This Package in Python allows the user to keep track of the real-time Value of Gold and Silver.
Text recognition and extraction from an image using Python pytesseract.
In this project, we will learn how to recognize and extract text from the given image using Python. We use OpenCV to load the image and pytesseract module to extract text.
QR Code Detector using cv2 in Python
A Python packet involving the use of the cv2 module to detect and decode the scanned QR code and display the coded data in the form of a string.
Five days Weather app with animated .Svg images using React js
It's a Weather app that shows detailed weather-related information and also uses animated .svg images.
N-Bit Gray Code Sequences using C++ Programing Language
Now here I have provided the code for binary to gray code. Like for example if you give the input the output of given will be displayed while running the program. Using C++ Programing Language
Digital Clock using Tkinter in Python
The purpose of this project is to build a Digital Clock using Tkinter in Python language which will display the time in 12-hour clock format and the corresponding meridian.