Linux/Unix has a utility call "tail" that prints the last N lines in a text file. In this project you create your own version of "tail".
Note: See the "tail" documentation.
Create your own (limited) version of the Linux/Unix "tail" utility.
Modify Project #1. Let the user specify the start and end lines to print.
Add a GUI to projects #1 and #2. See PySimpleGUI or PyQt.