Skip to content

Commit

Permalink
Add link to slides player and PySheets
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra authored Dec 2, 2024
1 parent c2e53cf commit 770d306
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 770d306

Please sign in to comment.