A console UI for people who selfbuild. May be used for linux and windows (This is due to the fact self-building does not include the UI)
After it is installed type zt to run.
Really easy, clone and run the install script as admin/root.
.BAT is for windows (duh) and .SH is for linux.
This modifies your path variable on windows using set:
set PATH=%PATH%;C:\zt.bat
By default both the zt (for unix/linux) and zt.bat (windows) use python3 instead of python. If your python 3 uses python instead of python3.
(I am running python3 C:\zt.py)
You will need to change it if it is different for you