docs: added initial documentation for the python beta gui based on prior gui documentation

This commit is contained in:
Blake Harnden 2020-05-11 12:26:05 -07:00
parent a36674aba9
commit 88a98fff82
45 changed files with 655 additions and 1 deletions

View file

@ -9,7 +9,7 @@ from core.gui.images import Images
if __name__ == "__main__":
# parse flags
parser = argparse.ArgumentParser(description=f"CORE Python Tk GUI")
parser = argparse.ArgumentParser(description=f"CORE Python GUI")
parser.add_argument("-l", "--level", choices=["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"], default="INFO",
help="logging level")
parser.add_argument("-p", "--proxy", action="store_true", help="enable proxy")