NiceDeck - Create slideshows in Python using NiceGUI #3425
falkoschindler
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Last year in November I gave a talk at PyCon Ireland with the title "NiceGUI: Inventing Python’s Nicest UI Framework", which got uploaded to YouTube a few weeks ago. Instead of switching back and forth between something like PowerPoint, VSCode and Chrome to show live code demos, I quickly wrote a tiny library for generating slide decks with NiceGUI. Just recently a user on Reddit asked me about the code, which reminded me that I wanted to open-source it anyway.
So here is NiceDeck, a Python library for generating slideshows with NiceGUI.
It allows to style and layout slides like a NiceGUI app, supports keyboard navigation, interactive code examples, incremental reveal of slide parts, speaker notes on a second tab/screen/device, as well as a countdown timer.
Beta Was this translation helpful? Give feedback.
All reactions