Welcome

This is your guide to getting started with Gromet — the easiest way to run and share Python automation without the complexity of cloud setup, dependency installs, or infrastructure.

Gromet is not a code editor or development environment. Although it supports basic syntax highlighting and allows for minor edits, it is not meant for writing or debugging code from scratch.

We strongly recommend developing and testing your Python scripts in a proper environment such as VS Code, Jupyter Notebooks, or Google Colab—tools built for robust debugging and iteration.

Once your script is fully tested and working:

  • Paste it into Gromet

  • ⚙️ Add a YAML config to define inputs

  • 🚀 Share it with teammates or clients

Gromet will automatically generate a clean, user-friendly input form from your YAML. This allows non-technical users to safely and easily run your script—no installs, no environment setup, no dependencies.

The fastest way to share Python-powered automations with anyone, giving the power of code without the complexity.

Last updated