A python-based tool that extracts and organizes annotations from Linked In Learning (LIL) notebooks in a more readable format (.txt, .md, .docx).
LIL.demo.text.file.mp4
Lil.Demo.Markdown.File.mp4
LIL.demo.word.document.file.mp4
- The exported notebook from LIL includes formatting and details such as time stamps of the location of which the note was taken.
- Although the included details may be helpful when referring back to the video, it adds unnecessary challenges to students who try to study with the annotations only and/or merge them with other study materials
- Takes in the original .txt file downloaded directly from Linked In Learning as an input
- Provides user the option to pick from different output formats (.txt, .md, .docx)
- "Cleans up" the original text file into a more readable and organized structure
- Filters out necessary information (course title, chapter, video title, and annotations) and adds to the new output file
- Creates a new file if user chooses to create a file that does not previously exist / replaces the file if it exists
* the notes' organization is based on my personal note taking style (including the color in the .docx file), so feel free to edit the code and customize it!
- Download the zip file or clone the repo
- Click the green button that says "<> Code" to view these download options
- Extract the folder if you downloaded the zip file
- If you are on Windows:
- run the .exe file included in the
- If you're on mac and have python and an IDE (e.g. VS Code)
- Open the extracted folder on your IDE of choice
- Navigate to the "functions.py" file and execute the code