From 770d30605cb4cc180e0c3463782e672d270fda9b Mon Sep 17 00:00:00 2001 From: Chris Laffra Date: Mon, 2 Dec 2024 13:33:24 +0100 Subject: [PATCH 1/2] Add link to slides player and PySheets --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b880ab0..0f0a084 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # ltk LTK is a little toolkit for writing web UIs in PyScript. For an explanation of PyScript and LTK, see [YouTube](https://www.youtube.com/watch?v=5nseG-iU62g&list=PLGVZCDnMOq0qkbJjIfppGO44yhDV2i4gR&index=6). -For examples see: +For examples, see: - The [LTK kitchensink](https://pyscript.github.io/ltk/) for a live demo of all the widgets. - - Why use LTK? See the [pitch](https://pyscript.github.io/ltk/?tab=9), written with LTK, of course. - - A personal website, [chrislaffra.com](https://chrislaffra.com), which uses a number of animations, svg, styling, and timers to render a visual resume. + - A [Slides Player](https://github.com/laffra/slides) that downloads a Google Slides presentation and shows it with LTK. + - Why use LTK? See the [pitch](https://pyscript.github.io/ltk/?tab=9), written with LTK. + - A personal website, [chrislaffra.com](https://chrislaffra.com), that uses several animations, SVG, styling, and timers to render a visual resume. - An animated [Holiday card](https://laffra.pyscriptapps.com/merry-christmas/latest/) where PyScript logo tree ornaments are animated using Python code in the browser using LTK. + - [PySheets](https://pysheets.app), a spreadsheet written in Python, using LTK. LTK is implemented as a declarative Python library and leverages `jQuery` for DOM operations. From 42d51745ed1ae2b06ed86f418ab62d23e2c1d8e1 Mon Sep 17 00:00:00 2001 From: Chris Laffra Date: Thu, 5 Dec 2024 12:48:00 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f0a084..65adb93 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ LTK is a little toolkit for writing web UIs in PyScript. For an explanation of P For examples, see: - The [LTK kitchensink](https://pyscript.github.io/ltk/) for a live demo of all the widgets. + - A [Todo App](https://github.com/laffra/todo) that showcase declarative UIs using Reactive LTK. - A [Slides Player](https://github.com/laffra/slides) that downloads a Google Slides presentation and shows it with LTK. - Why use LTK? See the [pitch](https://pyscript.github.io/ltk/?tab=9), written with LTK. - A personal website, [chrislaffra.com](https://chrislaffra.com), that uses several animations, SVG, styling, and timers to render a visual resume.