Skip to content

06. CountdownHelpers Module

gabriel edited this page Jan 27, 2024 · 1 revision

The CountdownHelpers module in Task Tempus specializes in the display of countdowns. Let's explore the methods and understand how they contribute to visualizing task completion progress.

Methods

  • display_countdown(percentage, display_time): Prints a real-time countdown display.
  • countdown_display(total_seconds, custom_percentages): Initiates countdown displays for each specified completion percentage.

These functions enable users to track task completion visually, with customization for different percentages.

Clone this wiki locally