Code Packets
Browse all published coding projects
WhatsApp Spambot with pyautogui using Python
This Project is used to send custom messages to targeted users via WhatsApp a predefined number of times. The default message is "Hi!"
GUI Chatting Application using socket Programming and Java swing GUI
This is GUI based chatting Application created using socket Programming and Java swing GUI
Check palindrome using Recursion in C++
In this tutorial, we learn how to check whether a given string is palindrome or not using recursion in C++ language. Time complexity: O(n), Auxiliary space: O(n).
Abstract Methods using JAVA
In this Java tutorial, we will learn about the abstract method and also understand the program.
Bagging and Boosting—a method of ensemble learning using Python
In this tutorial, we will learn about the most widely used methods in data science in Python, which give power to machine learning models to improve their accuracy of prediction.
PHP Class for OpenWeatherMap API
This is a PHP class for OpenWeatherMap API. OpenWeatherMap provides current weather and weather forecasting data.
Bottom Sticky Music Player using JavaScript and CSS
This is a music player built using JavaScript and CSS that will be sticky on the bottom. You can control volume and play position by time with arrow keys.
Retrieving data from the database in Python
The project is about retrieving the data from the database in Python. The database is created by using the application known as SQLitestudio where this has to be download from the browser.
AI chat bot logic using Python
This AI bot can be used on the help section of webpages or applications that are lightweight and have a simpler frontend. It is build using Python
Guessing the Random number selected randomly by the computer in Python
This project is about guessing the random number selected by the computer by performing certain steps and these steps help to guess the particular number selected by the computer using Python language.
Linear Equation Solver using Python
An exciting and useful app created using Python that can solve a system of linear equations given an image containing the problem
Player life bar (logic using Python)
Player life bar can be randomly increased or decreased as a whole or in a portion, use this code as per your requirement or in your project