diff --git a/decorate.py b/decorate.py index 9c7675f..a464702 100644 --- a/decorate.py +++ b/decorate.py @@ -6,6 +6,9 @@ import os from random import choice, shuffle, randint +if not os.path.isdir("final-image"): + os.mkdir("final-image") + def select_random_image_location(): """ :return: location of a randomly selected image (for background)