Skip to content

Instantly share code, notes, and snippets.

@CADIxxx
CADIxxx / run.py
Created July 7, 2024 21:01 — forked from xardit/run.py
Remove recursively md5 hash string from filenames - Python script
"""
Remove recursively md5 hash string from filenames on files and directories from notion export
and reuse them directly on obsidian vault.
The md5 string is added by Notion on export by default!
@by Ardit
"""
import os
import re