Skip to content

Small python script made to assist with taking notes at Reed College.

Notifications You must be signed in to change notification settings

mark-schultz-wu/moodle-notetaking-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

moodle-notetaking-uploader

Small python script made to assist with taking notes at Reed College.

The script will:

  1. Find the most recent .pdf file (assuming it's named ClassName(#number), i.e. Real36).

  2. Preform a regex search over the corresponding .tex file to find the date (I store it as \lec{M/DD})

  3. Copy it to a "staging directory", open that directory in a graphical file explorer.

  4. Open the correct webpage for the class that you're taking notes for (to allow you to "drag and drop" from the graphical file explorer to the webpage).

  5. Upon entering any input on the terminal, it will move the "staged" file to an archive subfolder of the staging directory.

A lot of the things here (where the recent .pdf's are stored, where the staging directory is, the correct webpage is) is hard-coded. Nevertheless, it allows uploading my notes to be a ~10 second process.

About

Small python script made to assist with taking notes at Reed College.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages