The md_creator Module

class MDCreator(file_name: str)[source]
save()[source]
add_header(text: str, level: int)[source]
add_text(text: str)[source]
add_table(data: Iterable[Iterable[str]], align: Literal['left', 'right', 'center'] = 'left', first_row_is_header: bool = True)[source]
add_image(image_file_path: str)[source]