Skip to content

Instantly share code, notes, and snippets.

View Billcountry's full-sized avatar
👻
Busy participating in a historic event.

Billcountry Mwaniki Billcountry

👻
Busy participating in a historic event.
View GitHub Profile
@weaming
weaming / boostnote2md.py
Last active August 7, 2023 09:51
Convert boostnote cson format data to markdown
#!/usr/bin/env python3
# coding: utf-8
"""
Author : weaming
Created Time : 2018-05-26 21:32:59
Prerequisite:
python3 -m pip install cson arrow
"""
import json
import os