Application.store ================= .. py:module:: Application.store Attributes ---------- .. autoapisummary:: Application.store.logger Functions --------- .. autoapisummary:: Application.store.write Application.store.load Application.store.write_text_bottom_right Application.store.copy_images Module Contents --------------- .. py:data:: logger .. py:function:: write(counters: list[collections.Counter], roll: str) .. py:function:: load(roll: str) .. py:function:: 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)) .. py:function:: copy_images(counters: list[collections.Counter], path: pathlib.Path, source: list[pathlib.Path])