I Attempted Automating My Entire College/Work Life With Python


The Enthusiastic Idea

One late evening, somewhere in between juggling jobs, job deadlines, and the endless job of maintaining my inbox under control, I had the thought: What if I could simply automate every one of this?

Not just little scripts occasionally, but a full-on effort to automate my whole college and work life with Python. Organizing, emails, file company, notes, also reminders. If there was a repeated task in my day, I desired Python to handle it.

So I offered myself a challenge: for one week, whenever I captured myself doing something boring, I would pause and ask– could Python do this for me?

Automating Course Routines and Due Dates

The initial discomfort factor was my spread target dates. In between coursework and job tasks, I was continuously double-booking myself. So I created a script to check out a CSV of deadlines and auto-generate a Google Calendar.

  from googleapiclient.discovery import construct 
from google.oauth 2 import ...

Resource web link

Leave a Reply

Your email address will not be published. Required fields are marked *