THIS CHINESE PROGRAMMER BUILT AN AGENT THAT CONVERTS 100+ MARKDOWN FILES INTO PERFECT WORD DOCUMENTS AUTOMATICALLY - AND IT RUNS IN THE BACKGROUND WHILE HE SLEEPS
two months ago he was spending 3-4 hours every week manually converting documents - copying text, inserting diagrams, formatting tables, fixing Word styles - and repeating it for every client project separately
then he decided he would never do it again
he wrote a Python script with Claude that takes any Markdown file, automatically converts all Mermaid diagrams into images and inserts them directly into a Word document while preserving all styles, tables and formatting
the script runs with one command in the terminal - python3 tools/md_to_docx.py - processes the entire project in the background and pushes the finished files to Git without any human involvement
on the second monitor you can see a complex system with 200+ nodes - his automated workflow that orchestrates the entire process from input files to a finished document ready to send to the client
what used to take 4 hours a week now takes 30 seconds and one command
in one year he saved 200+ hours of manual work - and now sells this tool as a standalone service to other developers for $500/month each
he didn't just write a script - he turned his biggest routine into passive income
显示更多