Skip to content

Instantly share code, notes, and snippets.

View ndandanov's full-sized avatar

Nikolay Dandanov ndandanov

  • Sofia, Bulgaria
View GitHub Profile
@ndandanov
ndandanov / convert_huawei_notes.py
Created April 15, 2025 21:05
Convert exported Huawei Notes to Markdown or Joplin
import hashlib
import json
import logging
import shutil
import traceback
from datetime import datetime
from pathlib import Path
from lxml import html
from tqdm import tqdm