Updated tree_fixer.exe to no longer open a blank terminal.
Includes .exe packaged via pyinstaller. To verify or create your own executable, download the sourcecode and install the requirements in requirements.txt, then run the following:
pip install pyinstaller
pyinstaller -w -F <path-to-tree_fixer.py>
A directory will be created under the parent of tree_fixer.py called dist/, which will contain the .exe.