If you are trying to control a scale from the Windows command line, you generally do not find a dedicated "Shell App" on their GitHub. Instead, you use their SDKs or Serial Commands within a script.
Example usage with a hypothetical mettler.exe : mettler toledo github windows shell
Most of these GitHub projects leverage the to control the hardware from a Windows shell environment. Common commands include: S : Read a stable weight value. SI : Read the weight immediately (even if unstable). T / TA : Tare the scale or query the current tare weight. Z : Perform a zeroing operation. mettlerToledo/README.md at master - GitHub If you are trying to control a scale
Since Mettler Toledo doesn’t have an official, centralized GitHub presence for Windows shell tools, the following covers: Common commands include: S : Read a stable weight value
Mettler Toledo has an official GitHub organization where they publish SDKs, drivers, and code examples.
Common open-source patterns found on general GitHub (not the official Mettler account) include: