Code Packets
Browse all published coding projects
Program to find entered character is capital, small, digit or special symbol in Java
We will write a program to determine entered character is a capital letter, small case letter, digit, or special symbol.
Sobel edge detection from scratch using Python
Edge detection is a very important image processing technique. In this packet, we will take a look at the algorithm of Sobel edge detection in Python, which uses the Sobel operator.
If a 4 digit number is as input (Ex: 1234). Print the output as (2345) in Java
If 4 digit number is given as input, we should add 1 to each of its digits and display the output. For Example: 1234. We should print the 2345 as output. So Let's Start.
Laptop Battery Notifier using Python.
A python script to get the remaining battery percentage of the laptop using multiple libraries.
Encryption and Decryption of File Using Affine Ciphering in Python
This is a Python program using which you can encrypt and decrypt a file using the Affine Cipher which will help to secure your confidential data.
Movie Ticket Generator in C++
It is a console-based c++ Project. In this project, I have used basic array data structure, OOPs concept, and file handling method.
Parking System in C++ using concepts of data structures
This project which is parking system is written in C++.This project makes good use of concepts of data structures in its implementation and also good example of macros in it.
EMOJI MEMORY MATCHER USING JAVASCRIPT
The project is a matching game where the player has to match the two similar emojis in the given grid. The project is made using JavaScript.
Data Exploration and Model Training on Diabetes Dataset using Python
Data Exploration and Model Training (using 5 Classification Algorithms) is done on Diabetes Dataset using certain libraries of Python like Numpy, Pandas, Seaborn, Sklearn, and Matplotlib.
Digital Clock using C++
Digital Clock using C++. This project displays the time i.e. hour, minute, and seconds in a digital way and also displays the total time in seconds.
Image Editor Using Python
This is a Python program using which we can Edit the Images swiftly. In this, we will be using the Python Image Processing library that is the PIL library.
Unit Converter & BMI Using C++
This is a c++ program that convert units of lenght, weight, volume, time, force and also can calculate BMI