helpfer_functions

Module containing helper functions.

Functions

Summary

debug_printer

Print variable names and their values.

get_abs_path

Helperfunction to get the absolute path in respect to the main file ("work_tracker.pyw").

get_midnight_datetime

Helperfunction to get the date at exactly midnight for a given datetime object.

hash_file

Calculate the md5 hash value of the file at file_path.

seconds_to_hm

Helperfunction to convert Number of seconds to hour:minute format.

str_datetime

Convert a string in Datetime64[ns] format to a datetime object.