Skip to content

Instantly share code, notes, and snippets.

View taicaile's full-sized avatar

taicaile taicaile

View GitHub Profile
@taicaile
taicaile / mindmaster_clean.py
Created September 24, 2021 08:57
A script that removes the watermarks from the HTML file generated by MindMaster. It is for study only, you may subscript the paid plan if you want to public the file.
#!/usr/bin/python3
"""
A script that removes the watermarks from the HTML file generated by MindMaster. It is for study only, you may subscript the paid plan if you wnat to public the file.
"""
import os
import re
import sys
import argparse