Coders Packet

Packets submitted by Swapnil

Text Compression using Python

Code in Python compresses a .txt file into a .bin file where the compressed file is approximately 50% of the size of the original file. or decompresses the .bin to .txt file.

Steganography in Python

Image steganography is the process of hiding information within an image. This Program in Python is utilized to hide a text-based message within an image.

Live Score Notification in Python

Python script to show live cricket score as desktop notification in regular interval.

Plagiarism checker using Python

Python script to detect plagiarism in the textual document using the basic concept of vector’s dot product or cosine similarity.

Text Compression using Python

Code in Python compresses a .txt file into a .bin file where the compressed file is approximately 50% of the size of the original file. or decompresses the .bin to .txt file.