We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551f93e commit 69dd25eCopy full SHA for 69dd25e
README.md
@@ -4,7 +4,8 @@ LTK is a little toolkit for writing web UIs in PyScript. For an explanation of P
4
For examples, see:
5
6
- The [LTK kitchensink](https://pyscript.github.io/ltk/) for a live demo of all the widgets.
7
- - A [Todo App](https://github.com/laffra/todo) that showcase declarative UIs using Reactive LTK.
+ - [PyAlgoViz](https://github.com/laffra/pyalgoviz-pyscript) using MicroPython, PyOdide, and Reactive LTK.
8
+ - A [Todo App](https://github.com/laffra/todo) that showcases declarative UIs using Reactive LTK and calling OpenAI.
9
- A [Slides Player](https://github.com/laffra/slides) that downloads a Google Slides presentation and shows it with LTK.
10
- Why use LTK? See the [pitch](https://pyscript.github.io/ltk/?tab=9), written with LTK.
11
- A personal website, [chrislaffra.com](https://chrislaffra.com), that uses several animations, SVG, styling, and timers to render a visual resume.
0 commit comments