Coders Packet

Packets submitted by Prachi Namdeo

Pie Chart Creator In Python

Here we implemented a code that is used to create a pie chart with the help of Matplotlib in Python.

Collage Maker With OpenCV In Python

In this project, we have implemented a collage maker with opencv in python which creates a collage of 4 grids of a particular image.

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.

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.

Image Resizer And Cropper With OpenCV In Python

In this project, resizing and cropping of images is done with the help of OpenCV in Python. Here, we use the cv2 library.