Code Packets
Browse all published coding projects
Youtube downloader in Python
This project aims to download youtube videos using pytube library in Python. You can also view the title, views, length, rating and description of the video.
ATM System in C++
The ATM System in C++ is about how an ATM works. It is useful to access one's bank account for withdrawal purposes.
Song Library Management System using C++
The song library management system is developed using C++ programming language. Once an account is created and user logs in he can add, delete and sort songs from library.
Prediction of COVID-19 using Machine Learning Algorithms in Python
The aim of the project is to visualize and predict the ongoing COVID-19 pandemic by using machine learning algorithms such as support vector machine, polynomial regression in Python.
Quote Scraper in Python using BeautifulSoup
This project scrapes a quote from any of the websites written in code and displays it using Python. It can be scheduled to run every day at a particular time.
Student Database Management using C++.
Student Database Management system using C++. This program helps us to keep our data in one place and allows us to perform many operations like creation,updation, etc.
Whatsapp Message Scheduler using Python GUI Programming
This is a GUI program based on Python Programming to Schedule your Whatsapp Message within a day.
Number to Word Converter in Java
It is a program to convert any decimal or Integer numbers to Word. It only accepts a valid decimal or integer number.
Heart Failure Clinical Data Analysis using Python (Machine Learning)
This project is based on machine learning using Python language.We apply several machine learning classifiers to predict the patients survival.
Largest Prime Factor in C++
The prime numbers that can be multiplied to give the original number are called prime factors. The largest among them is found out using C++ Programming language here.
Hospital Management System using C++
This project is based on hospital management system and this project has concepts of OOPS also implemented in it.
Performing hybrid sorts using C++
Sorting the given elements using C++ , which has better time complexity than regular Merge and Quick Sorts .