Intermediate

How to Capture Your Screen with Python

ImageGrab of PIL library offers great skills to capture your screen with Python conveniently.In this tutorial we will demonstrate how…

4 years ago

How to create a Translator in 4 lines (in Python w/ TextBlob)

Textblob has many useful tricks up its sleeve. Generally it's a very useful Language Processing library that can be used…

4 years ago

How to batch resize multiple images in Python (via PIL library)

This tutorial will show you how to resize any number of images in 6 lines of Python code (excluding library…

4 years ago

Digital Image Basics with PIL Library in Python

A digital image is basically a representation of colors through numbers. In this tutorial we'll see the logic behind those…

4 years ago

Python code to show the difference between 2 images

This is a tutorial about how to write a simple code in Python to show the differences between 2 images.Although…

4 years ago