Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldd/schedule_helper
helper used to sort available classes across different faculties for mcGill students
https://github.com/ldd/schedule_helper
Last synced: 8 days ago
JSON representation
helper used to sort available classes across different faculties for mcGill students
- Host: GitHub
- URL: https://github.com/ldd/schedule_helper
- Owner: ldd
- License: gpl-3.0
- Created: 2012-08-30T20:23:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-30T20:59:55.000Z (over 12 years ago)
- Last Synced: 2024-10-27T15:51:20.219Z (about 2 months ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: license.txt
Awesome Lists containing this project
README
Instructions
-----------
Step 0)
open schedule_helper and edit:
your path (where everything will be saved)
ignore list( ex: '5' ignore all 500 level courses, '273' the class 273)
subject/faculties (At least one required. 4 digit code from minerva...)
days to consider (default is MT for Monday/tuesday schedules but
sometimes classes are crazy so you can combine stuff.
show all days: MTWRF )Step 1)
Linux:
$chmod +x *.py
$./schedule_helperWindows:
if you have python in your path browse to where you downloaded
this folder, execute schedule_helper otherwise right click -> open with idle -> f5Mac:
[I will disclose this information for a price. Say 25$ :)]Step 2)
Enjoy!BORING STUFF ABOUT THE OPTIONS IN THE OTHER PYTHON FILES
~goes here~QUICK FAQ
~add stuff here~
Can't you just add all the .html files for all subjects and let us choose which ones to use instead of requiring a log in everytime?
Yup, perfectly capable of doing that, but it would be easier to just host that on the web all let people do that right? PM if you can get space somewhere to host those filesin the ignore list, is there a way to differentiate courses for 1 subject? I want to ignore MATH 223 but not CHEM 223.
Not implemented for now, but you can do it