This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |