Code Packets

Browse all published coding projects

Canny Image Creator With OpenCV In Python

Here we implemented a code that creates a canny image of an existing image with the help of OpenCV in python.

Prachi Namdeo · Feb 27, 2021

Shop Management System using Data Structures in C++

This is a console based shop management system using hashing and other data structures in C++. This made the complete working of shop digital.

Harshit Garg · Feb 27, 2021

Area of Triangle Using Heron's Formula in PYTHON

Calculate the area of a triangle when all the three sides are known using Heron's Formula in Python.

Kalki Pareshkumar Bhavsar · Feb 27, 2021

Audio based file handling in Python

The project utilizes python's libraries and other packages to provide simple file handling services on txt files using audio input.

Pusuluri Sidhartha Aravind · Feb 27, 2021

Finding Longest Increasing Subsequence using C++ and Dynamic Programming

Here we find the length of the Longest Increasing Subsequence(LIS) using C++ Language and by Dynamic Programming

G Ganga Jathin · Feb 27, 2021

Registration Form with form validation using Javascript, Bootstrap & HTML

This project uses the Bootstrap framework and built using HTML and JavaScript. It is a registration form that can validate the data entered by the user in the form itself after you click submit.

Harshita Gupta · Feb 27, 2021

Check if a number is a Krishnamurthy Number or not in PYTHON

A Python implementation to check whether the input number is a Krishnamurthy number (a number that is equal to the sum of the factorial of each of its digits) or not. 

Kalki Pareshkumar Bhavsar · Feb 27, 2021

Collections Module in Python

This module aims to improve the functionalities and provides alternatives to Python’s general-purpose built-in containers such as dict, list, set, and tuple

Abhishek Kumar · Feb 27, 2021

Check if a number is an Armstrong Number or not in PYTHON

A Python implementation to check whether the input number is an Armstrong number (a number that is equal to the sum of its digits each raised to the power of the number of digits) or not.

Kalki Pareshkumar Bhavsar · Feb 27, 2021

Random OTP Generator In Python

Here, we implemented a program to generate OTP with a single click in Python. With the help of Tkinter and a random module, we created an OTP generator with little use of the GUI component.

Prachi Namdeo · Feb 27, 2021

Word Tokenizing and comparision with and without nltk in sentences/paragraph in Python

A python project to perform word tokenization with and without the use of nltk library from python and removing stopwords.

Pusuluri Sidhartha Aravind · Feb 27, 2021

Set of Question on Dynamic Programming in C++

It's a set of most famous interview question of Dynamic programming eg. Coin change Combination/Permutation & Buy and Sell stocks with all of its type in C++

Shivam Jha · Feb 27, 2021