Scripting

How to Automate Twitter (with Python Sendkeys)

Photo: Courtesy of Joshua HoehneTwitter is one of the most popular social media channels. The importance of Twitter is that…

4 years ago

5 Ways to Create an Alarm in Python

Creating your alarm in Python can be anything between fun, educating, useful and even liberating.For example, Windows alarm application is…

4 years ago

How to Send Emails in Gmail using Python

We'll check out an automation idea with Python in this tutorial. There are many different ways to send emails using…

4 years ago

Creating a Speed Reader with Python

Python Speed Reader Implementation (4 steps) When you become an engineer, and I mean not just by studying it in…

4 years ago

How to Watermark Images w/Python (PIL)

What's Watermarking? Watermark is a semi-transparent text or logo that sort of blends with an image in the background to…

4 years ago

How to Schedule Tasks with .py Files (Python): Manual and Automated

There are multiple ways to schedule a Python program, task, event or script in Windows Operating System.In this Python tutorial…

4 years ago

How to get a Screenshot with Python

PIL image manipulation library of Python has more tricks under its sleeve than editing images such as taking a screenshot…

4 years ago

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 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

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