nus-exams-downloader icon indicating copy to clipboard operation
nus-exams-downloader copied to clipboard

Script and executable to download all exam scripts for an NUS module

Results 4 nus-exams-downloader issues
Sort by recently updated
recently updated
newest added

Since there are plenty reasons to move on to python3 [[1]](https://wiki.python.org/moin/Python2orPython3), I wonder why this package has not moved on yet. Is there a particular reason?

`2to3` was runned on all three scripts, with no additional modifications made. A couple of Python 2 libraries have been switched to their Python 3 counterparts (`tkinter`, `_thread`, `httplib` and...

An alternative to #9 based on findings in #11 Resolves #11

As pointed out in #9, the `open` subprocess called after successfully downloading all files does not work on all distributions. It turns out that `open` is an OSX specific command...