Build a Text to Presentation with Python - Quick Tutorial

Опубликовано: 27 Август 2026
на канале: Daniel Bogdanov
51
0

In this tutorial, we build a Python app that turns a plain text file into a terminal-based presentation using the curses module — all in just 100 lines of code. The program reads your text file, splits it into slides, and renders them cleanly in the terminal with keyboard navigation. It's a fun and practical way to explore Python while creating something useful.

GitHub Repository: github.com/DanieII/slidir