diff --git a/README.md b/README.md index c3f64b7d..b9ce1d4f 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,11 @@ and inspired by a mix of [Qt5](https://www.riverbankcomputing.com/static/Docs/Py - The native **Windows** porting is not ready yet but it works with [Cygwin](https://www.cygwin.com) or **WSL**. - Only the key combinations forwarded by the terminal emulator used are detected (ALT,CTRL may not be handled) -## Try the Sandbox -[![screenshot](https://github.com/ceccopierangiolieugenio/binaryRepo/blob/master/pyTermTk/replit.pytermtk.banner.png?raw=true)](https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html) +## Try the [Sandbox](https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html) straight from your browser + +[![screenshot](https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/sandbox.001.png)](https://ceccopierangiolieugenio.github.io/pyTermTk/sandbox/sandbox.html) + +Powered by [Pyodide](https://pyodide.org/) and [xterm.js](https://xtermjs.org/) and [CodeMirror5](https://codemirror.net/5/) and [w2ui](https://w2ui.com/) ## [Tutorial](tutorial) Be inspired by the [tutorial examples](https://github.com/ceccopierangiolieugenio/pyTermTk/tree/main/tutorial)