From 8f24515f3314c5189e91b5f0c491d8e921cb0c4f Mon Sep 17 00:00:00 2001 From: mubarakalmehairbi <85704193+mubarakalmehairbi@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:18:03 +0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46a11fb..907432a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ # Overview ToUI is a Python framework for creating user interfaces (web apps and desktop apps) from HTML code easily. It allows you to call your Python functions from HTML. No JavaScript knowledge is required, but some knowledge of HTML is usually required. +See live preview of an example: https://toui-92bd1594dbed.herokuapp.com/ + # Why ToUI - Converts HTML and CSS files into a fast-responsive app using Python alone. - Simple to understand for programmers who only know Python and HTML.