Skip to content

Hack to create your own custom time table (given the courses) from a pdf of a combined TimeTable

Notifications You must be signed in to change notification settings

jainraghav/customTTbuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

customTTbuilder

Hack to create your own custom time table (given the courses) from a pdf of a combined TimeTable

Installations Rqd.

pip install Pillow
pip install pdfplumber

For mac users

brew install imagemagick@6
ln -s /usr/local/Cellar/imagemagick@6/<your specific 6 version>/lib/libMagickWand-6.Q16.dylib /usr/local/lib/libMagickWand.dylib
pip install pdfplumber

To Run

python customttbuilder.py --pdfpath <TTpdf-path> --sublist <course-code1> <course-code2> <...> 
Example
python customttbuilder.py --pdfpath "example/TimeTable.pdf" --sublist ML AI CN IA Tcom EVS

alt text

About

Hack to create your own custom time table (given the courses) from a pdf of a combined TimeTable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages