Skip to content

A script that outputs the day and week number for each week in the semester

Notifications You must be signed in to change notification settings

isaguimet/uniDates-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

University Dates Script

What was the problem I wanted to solve with this script?

Every semester to get organized, I create a OneNote notebook for each of my classes and I create 'Lecture' sections for all of these classes. For each class, I divide my lecture notes into the weeks of a semester. The picture below describes what I mean:

Picture of class example

Before, I used to create these dates manually until I decided I no longer wanted to spend time creating all the dates and weeks of a semester every semester. So, I decided to automate it with a simple python script.

The result

By using one essential python module, datetime, I was able to solve this problem. The script outputs a list of the 14 weeks of the semester (includes reading week) with the dates of each week. The script outputs the result to the command line interface as shown in the picture below and also to a text file called "unidatesText.txt".

Picture of script result

From here all I have to do is copy these dates into my OneNote notebook and I will have my notebooks ready for the semester!

About

A script that outputs the day and week number for each week in the semester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages