Skip to content

Commit 770d306

Browse files
authored
Add link to slides player and PySheets
1 parent c2e53cf commit 770d306

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
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 [Slides Player](https://github.com/laffra/slides) that downloads a Google Slides presentation and shows it with LTK.
8+
- Why use LTK? See the [pitch](https://pyscript.github.io/ltk/?tab=9), written with LTK.
9+
- A personal website, [chrislaffra.com](https://chrislaffra.com), that uses several animations, SVG, styling, and timers to render a visual resume.
910
- 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.
11+
- [PySheets](https://pysheets.app), a spreadsheet written in Python, using LTK.
1012

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

0 commit comments

Comments
 (0)