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.
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.
Python script to show live cricket score as desktop notification in regular interval.
Python script to detect plagiarism in the textual document using the basic concept of vector’s dot product or cosine similarity.
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.