Skip to content

Commit d36228f

Browse files
committed
Merge branch 'main' of https://github.com/pyscript/ltk
2 parents 63f727b + 42d5174 commit d36228f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# ltk
22
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).
33

4-
For examples see:
4+
For examples, see:
55

66
- The [LTK kitchensink](https://pyscript.github.io/ltk/) for a live demo of all the widgets.
7-
- Why use LTK? See the [pitch](https://pyscript.github.io/ltk/?tab=9), written with LTK, of course.
8-
- A personal website, [chrislaffra.com](https://chrislaffra.com), which uses a number of animations, svg, styling, and timers to render a visual resume.
7+
- A [Todo App](https://github.com/laffra/todo) that showcase declarative UIs using Reactive LTK.
8+
- A [Slides Player](https://github.com/laffra/slides) that downloads a Google Slides presentation and shows it with LTK.
9+
- Why use LTK? See the [pitch](https://pyscript.github.io/ltk/?tab=9), written with LTK.
10+
- A personal website, [chrislaffra.com](https://chrislaffra.com), that uses several animations, SVG, styling, and timers to render a visual resume.
911
- 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.
12+
- [PySheets](https://pysheets.app), a spreadsheet written in Python, using LTK.
1013

1114
LTK is implemented as a declarative Python library and leverages `jQuery` for DOM operations.
1215

0 commit comments

Comments
 (0)