Code Packets
Browse all published coding projects
Covid-19 Tracker using HTML, CSS and JavaScript
Covid-19 Tracker made using HTML, CSS and JavaScript showing the cases in States and their respective Districts of India
PDF to Audio converter using Python.
This is a simple Python program. Where you can give pdf as input then this program will make that PDF Audioable, using only two packages pyttsx3 and PyPDF2
Banking Management System using C++
Banking Management System using C++ Operations: Add Customer, View Details of all customer, Credit, Debit, Transfer
Student Management System using Java Swings and Database Management System
This project Student Management System is written in java language and mysql. It is purely based on student operations like knowing their results, personal information, College fees etc,
Bill Generator in MS-EXCEL using Openpyxl library of Python
This project helps user to generate a Customer Bill in MS-EXCEL from a list of items taken by the user as input, using 'openpyxl' library of Python.
Face Detection using OpenCV in Python
In this project, a webcam is used to detect the face, if the face is detected a rectangular box is drawn around it.
Password Vault in Python using Tkinter, openpyxl and xlrd
Password Vault is a software that allows us to securely store all our passwords and keep them safe and is made using python programming language along with Tkinter, openpyxl, and xlrd libraries.
Histogram Equalization in Images using Python and OpenCV
In this packet, we will be doing histogram equalization in low contrast images to improve its contrast, using Python and OpenCV library.
Designing a Student Result Analysis Tool using Python
A Student Result Analysis Tool is designed using certain libraries of Python namely Numpy, Pandas, Tkinter, and, Matplotlib. It reads an excel file and displays the results of the analysis.
Python Script to add Watermark to image files.
A python script to add watermark to image files using multiple modules of the PIL library.
Buddy Algorithm Simulation in C++ language
The buddy algorithm is a memory allocation and management algorithm that manages memory in the power of two increments. The programming language used is C++
BigInt Container Class implemented in C++
BigInt Class is used to store the positive and negative integers which are large-sized with many digits that cannot be stored in a long long int. The programming language used is C++.