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.
Whether you're a freelancer handing off a script to a client or a team automating internal workflows in HR, Sales, Ops or Finance, Gromet helps you go from Python script to production-grade automation in seconds.
✅ Recommended Usage
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.
It’s the fastest way to share Python-powered automations with teams in Ops, Sales, HR, Finance, or anyone who needs the power of code without the complexity.

Last updated