UFV Exam Schedule Updater

I missed an exam once and built this tool to let it never happen again. This tool notifies your phone when one of your exam times was updated, added, or created. All instructions can be found on the source code page.

Technical Sheet

Code technologies used for the project

  • Python 3
  • Beautiful Soup 4.0 - to parse UFV's exam page
  • PrettyTable - to display the exams nicely in the console
  • Basic File IO operations

Resources