jinks_widgets.time

This file contains the time widget class.

Classes

Time()

Class defining the time widget which shows the current time.

class jinks_widgets.time.Time

Bases: object

Class defining the time widget which shows the current time.

width: int = 6
height: int = 2
color = 'BW'
classmethod display(density, twelve_hour_format=False)

Ran by the jinks_core library to compute data and obtain the widget’s image.

Return type:

Image