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