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.

Ginna Srilekha · Jan 30, 2021

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.

Vedant Keshav Jadhav · Jan 30, 2021

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.

Ginna Srilekha · Jan 30, 2021

Laptop Battery Notifier using Python.

A python script to get the remaining battery percentage of the laptop using multiple libraries.

Paras Rawat · Jan 29, 2021

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.

ARYA SARKAR · Jan 29, 2021

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.

Ajay Kumar · Jan 29, 2021

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.

Sharan Patil · Jan 29, 2021

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.

Harshita Tripathi · Jan 29, 2021

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.

Sarbari Choudhury · Jan 28, 2021

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.

Khushi Srivastava · Jan 28, 2021

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.

Surya Sarkar · Jan 28, 2021

Unit Converter & BMI Using C++

This is a c++ program that convert units of lenght, weight, volume, time, force and also can calculate BMI

Anshuman Prakash · Jan 28, 2021