I spent the last couple of months creating a Chrome extension that lets you instantly run Python code from any webpage, including ChatGPT, Claude, DeepSeek & Google AI Studio.
LLMs have made Python more popular than ever, but setting up a Python environment is still tricky. This solves that by letting you simply right-click any Python code snippet to run it in your browser.
You can save snippets and re-run them later, upload/download files, visualize data and schedule automatic runs.
It uses (the amazing) Pyodide for local execution, which supports pandas, requests, BeautifulSoup and lots more. Scheduled runs use an isolated Python environment in AWS Lambda. The code snippet detection is surprisingly simple - it just looks for the parent pre/code tag!
More details here: https://cliprun.com
Would love to hear your uses cases and feedback. Lots more features coming soon!