Simple script to download exam papers from the NUS database. Requires NUSNET login.
Runs on Python 2.7 only.
$ python examdownloader-cli.py
The required username and target destination can be set in the script or passed as a command line argument. If no command line arguments are provided, the user is prompted for input.
$ python examdownloader-gui.py
- Install
pyinstaller
:
$ pip install pyinstaller
- Compile the app:
$ pyinstaller build.spec
The compiled app can be found inside the dist
folder.
- Oh Shunhao (https://github.com/Ohohcakester)
- Liu Xinan (https://github.com/xinan)
- Yangshun Tay (https://github.com/yangshun)