Code Packets
Browse all published coding projects
Covid19_Vaccine_Finder using Tkinter in Python
The application is based on Tkinter in Python and is used to find vaccine for Covid19 in India using Cowin API.
Data Analytics Project- Sales Data Analysis using Python
In this tutorial, we are going to analyze the sales data generated by the e-commerce sites such as Amazon, Flipkart, Myntra, etc., and will answer some questions to increase the profit.
AI Smart Voice Assistant for our own Device Using Speech Recognition Python Library
A smart voice assistant can perform tasks or services, or answer questions used to carry out tasks via voice recognition.
Abundant , Automorphic , Friendly pair, Harshad and Strong number using C++
Program to check whether the numbers are Abundant,Automorphic,Friendly pair,Harshad number and Strong Number using C++
A Java program of Reversal method to right rotate an array by given number of elements
This is a Java code which uses reversal algorithm to rotate an array right. we input the size of array then we take a integer by which we have to rotate the array.
Knapsack for large number of elements and capacity in C++
Knapsack for a large number of elements and for a huge capacity using a file system in C++.
User Authentication Template (Fully Customisable) in Python
It implements custom authentication system, which can be further extended as well. It is written in Python
Placeholder Image Service in Python
Placeholder Image service , a web app component which can draw images dynamically. it uses Python to implement it
Pricing Alert for E-commerce Website using Python
The user adds items to a list and sets a price . An alert is sent if the price of the item drops below the price set by the user. This program sends alerts to users via email.
Changing Wallpapers on Android app using Java
This app changes the wallpaper of the display screen after a time interval. The classes used are Drawable, Timer, and WallpaperManager.
Gas service system using C++
In this project, I have created a GAS service system you can create your new account and book gas.
Tic Tac Toe Game using Python
It is a game that allows a maximum of two players to play and it is developed completely using the loops concepts that are available in Python.