Exercise: Interactive Terminal Applications

Test your coding skills on interactive terminal tools.

Challenge

In this exercise, your challenge is to update the display options for your interactive terminal application.

Problem Statement

Use Termdash’s SegmentDisplay widget to represent the time instead of the Text widget.

Coding Challenge

Update your implementation of the Pomodoro pomo application to use Termdash’s SegmentDisplay widget to represent the time instead of the Text widget. Start from the pomo implementation at end of this Chapter.

Take some time to think of the most effective way to implement this change. This exercise is more about understanding the flexibility of the code and how to use the widgets than the amount of code you have to write.

Run the following commands:

Get hands-on with 1200+ tech skills courses.