makros.translate_folder#
- makros.translate_folder(folder_path: Path)#
Will parse all “.mpy” files within a folder and write their contents to disk
from makros import translate_folder translate_folder(Path('./my_folder'))
- Args:
folder_path (Path): The path to the folder you want to parse