Application.store#

Attributes#

Functions#

write(counters, roll)

load(roll)

write_text_bottom_right(image_path, target_path, text)

copy_images(counters, path, source)

Module Contents#

Application.store.logger#
Application.store.write(counters: list[collections.Counter], roll: str)#
Application.store.load(roll: str)#
Application.store.write_text_bottom_right(image_path: pathlib.Path, target_path: pathlib.Path, text: str, font_path: pathlib.Path = Path('./Fonts/Quantico-Regular.ttf'), font_size: int = 100, padding: int = 40, fill=(255, 255, 255), background_fill=(0, 0, 0))#
Application.store.copy_images(counters: list[collections.Counter], path: pathlib.Path, source: list[pathlib.Path])#