This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # pip install Pillow if you don't already have it | |
| # import image utilities | |
| from PIL import Image | |
| # import os utilities | |
| import os | |
| # define a function that rotates images in the current directory | |
| # given the rotation in degrees as a parameter |