Skip to content

Automation

Python Resize Images Original

How to Resize Images in Python using Pillow

In this tutorial, you’ll learn how to resize an image in Python using the Pillow library. You’ll learn how to resize individual images and multiple images in bulk. You’ll also learn how to specify a percentage to scale by, a

Personal Macro Workbooks in Excel Cover Image

Setting up a Personal Macro Workbook in Excel (and some sample macros!)

When you develop a macro in Excel, it’s only available in the workbook you create it in – unless you add it to your Personal Macro Workbook. The workbook is a hidden workbook that runs in the background whenever you open Excel, allowing you to access any of the macros you’ve stored within it.