Desktop clients are currently just for easy cloning feature. Powershell script is recommended, Python one has some problems.
For Powershell app, be sure that git cli is installed. On Windows, install it via Git for Windows.
For Python app, you need to install GitPython module.
pip install GitPython