Go to file
Amir Alexander Abdelbaki 0eac070dac Initial commit: md_to_docx and raw_to_md scripts
- md_to_docx.py: converts a directory of .md files into a Word .docx
  with a title page, auto-updating TOC field, changelog section, and
  one section per remaining .md file
- raw_to_md.py: sends raw text to Claude AI (claude-sonnet-4-6) and
  returns a structured, chronological Markdown document

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 13:52:03 +02:00
.gitignore Initial commit: md_to_docx and raw_to_md scripts 2026-06-01 13:52:03 +02:00
md_to_docx.py Initial commit: md_to_docx and raw_to_md scripts 2026-06-01 13:52:03 +02:00
raw_to_md.py Initial commit: md_to_docx and raw_to_md scripts 2026-06-01 13:52:03 +02:00
requirements.txt Initial commit: md_to_docx and raw_to_md scripts 2026-06-01 13:52:03 +02:00