Code Packets
Browse all published coding projects
Python Quiz App: Test Your Coding Knowledge!
Introduction Are you ready to put your Python knowledge to the test? This simple Python quiz app challenges you with five multiple-choice questions on Python programming.
Breast Cancer Diagnosis Tool
This project uses Logistic Regression on the Wisconsin Breast Cancer Dataset (569 samples, 30 features) to predict tumor malignancy, integrated into a Streamlit app for real-time diagnosis.
Instagram Reel Downloader with URL - Python
This project allows you to download Instagram Reels using their URL and then save them in a separate folder and in your desired location.
Weather WebApplication
A weather web application which can give you any places weather information such as temp, wind speed and humidity.
Design of a wild card pattern matching in C++
After the basics of C++ are over,we generally dive into dsa and CP.In DSA,we have the most important topic-->Dynamic Programming.Wild card pattern matching is one of the toughest problem of DP.
File Handling in C++
In C++,there is a concept of File Handling.File handling is used to store data permanently in a computer. Using file handling we can store our data in secondary memory (Hard disk).
Bus reservation system in C++
Bus Reservation System Management Project based on Object Oriented Programming and File Handling Concept in C++.
Python - Resume Builder
A python application which allows you to build resumes with ease and saves it as a PDF file for you to access and share.
Chatroom using C++
This is a simple client server chat application built using C++. The instructions are given below so that you can understand how to run the project.
Latitude longitude detector by phone number using python
This packet contains code that will provide the geographical information i.e, latitude and longitude and the service provider's name using the Phone number.
English to Hindi convertor using Python
This packet contains a code that provides a Graphic User Interface which convertors English texts into Hindi.
Real State Price Prediction Using Machine Learning
This project aimed to develop a comprehensive solution for predicting house prices in Bangalore using a machine learning model.