Skip to content

okcourse.utils

Utility functions for the okcourse package.

The utils package contains various utility modules that provide commonly used functions throughout the okcourse library. These modules include logging, string manipulation, audio file (MP3) processing utilities.

Modules:

Name Description
audio_utils

Audio utilities for combining and tagging MP3s.

log_utils

Logging utilities for managing log output and tracking execution time in the okcourse package.

misc_utils

Miscellaneous utility functions that support operations performed by other modules in the okcourse library.

text_utils

String utilities for text processing and management in the okcourse package.