diff --git a/install.py b/install.py index d4fb089..62bde26 100755 --- a/install.py +++ b/install.py @@ -4,6 +4,7 @@ import yaml import os from os.path import expanduser from shutil import copyfile +from bs4 import BeautifulSoup # get home directory home = expanduser("~") @@ -15,6 +16,12 @@ config_path = home + '/.config/StartTree/config.yaml' # get cache path cache_dir = home + '/.cache/StartTree' +def prettifyHTML(): + html = "