Home - chapelea/Python-Schedue-Opening GitHub Wiki

Background

Why?

I found myself often trying to look at my peers' and I's class schedules in college to figure out when everyone is available. It was tedious and time consuming, so I created a script to do it for me instead.

Idea

Create a python script where a user can input events with the following information: Person (who's schedule the event is from), Start time (when the event starts), End time (when the event ends), and Label (what the event is)