/course-hours-counter

Counts the total time of a given course list

Primary LanguagePython

Overview

Small project for learning Python. This script, given an unordered list of course titles, descriptions and timestamps in txt, extracts only the timestamp in (minutes:seconds ) format and gives the total duration.

Usage

Modify the regex patterns to select another timestamp format.