MetaInfoWindow Class¶
MetaInfoWindow Class
-
class
kalmus.tkinter_windows.meta_info_windows.MetaInfoWindow.
MetaInfoWindow
(barcode, barcodes_stack)[source]¶ Bases:
object
MetaInfoWindow Class GUI window that displays the meta information of the selected barcode
-
get_hr_min_sec_from_tot_sec
(tot_seconds)[source]¶ Get the equivalent Hours:Minutes:Seconds representation from a given total seconds
- Parameters
tot_seconds -- Total seconds
- Returns
Converted hours, minutes, and seconds representation Hours:Minutes:Seconds Hours >= 0, 60 > Minutes >= 0, 60 > Seconds >= 0
-