build.py
build.py is a simple script which can install dependencies or compile the script with pyinstaller/cxfreeze.
--deps: Install required dependencies to start running the script.--deps-build: Install required dependencies to start compiling or running the script.--pyinstaller: Compile withpyinstaller. Stores inpyinstallerdirectory.--cxfreeze: Compile withcxfreeze. Stores incxfreezedirectory.-r,--remove: Cleans up build directories.