Releases: zoryzhang/CurriculumMap
Releases · zoryzhang/CurriculumMap
v1.1
Installation
- Download the zip file
- Unzip the zip file.
- Go to the executable directory and run the program:
- For Windows: Run
CurriculumMap-win/CurriculumMap.exe
. - For Linux: Run
CurriculumMap-linux/CurriculumMap.sh
. - For macOS: Run
CurriculumMap-mac/CurriculumMap
. (If prompted with warning, rightclick on it and select "Open") (If prompted with an accessibility access request, choose "Open System Settings", and turn on the "Terminal" slider to allow it to control your computer)
- For Windows: Run
- (Optional) Update the course information.
- First get the newest version of
courses.csv
by runningpython get-information.py
.get-information.py
is alongside the executable: - Then replace the
courses.csv
coming with the package (alongside
get-information.py
) with the one you just generated.
- First get the newest version of
For the usage and other information, please refer to https://github.com/zory233/CurriculumMap
v1.0
(Last update: Aug 2022)
- Download the package for your OS
- the mac version is obsolete for its 2021-22 course information and subject list. Please do check the university's website for the latest info, though most of the courses remain unchanged in 2022-23 to which you can take a reference using the app.
- Download
courses.csv
and replace/get-information/courses.csv
- The ones contained in above three files are for 2021-22, and the new
courses.csv
is for 2022-23
- The ones contained in above three files are for 2021-22, and the new
- (Optional) Download
get-information.py
and replace/get-information/get-information.py
. If you think the/get-information/courses.csv
is obsolete and want to update it manually, please run (no need to set the url in the code)cd get-information/ mv courses.csv courses-old.csv python get-information.py
- Do not use the old
/get-information/get-information.py
, which is only for 2021-22.
- Do not use the old
A nice web-based re-implementation can be found here.
- To run the mac .dmg file: Hold the control key, and click on it.
- To run the Linux version (tested on Ubuntu 22.04):
./CurriculumMap.sh