Coders Packet

Packets submitted by Akshitha Theretupally

Crop Image Using Python

A simple python program to take an image as input and print and the required cropped image using Pillow library.

Spelling Checker in Python

A simple python program to check for incorrect spelling and print the correct spelling using TextBlob.

Mad Libs Generator in Python

Mad libs generator in Python is a fun game that creates a story using the words given as input. User has to enter substitutes for blanks in the story without knowing the story.