/GetMoshCourseHoursCount

A simple console application to get the total count of hours of Mosh courses

Primary LanguagePython

Get the hours count of Mosh Hamedani's courses

The courses are not mine, I've only implemented a console application where you can check the total time of a particular course in https://codewithmosh.com/

How to use:

  • Download the project
  • Install requests pip install requests
  • Install bs5 pip install bs4
  • Open terminal and execute this command:
    • python getHours.py linkToMoshPage

Examples:

Enjoy!