Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
/ NCKU-course-checker Public archive

App to check NCKU course info. ( NCKU Course System has changed. Thus, this project is archived.)

Notifications You must be signed in to change notification settings

Lee-W/NCKU-course-checker

Repository files navigation

NCKU Course Checker

Checking whether there is any course in particular department that still has quota (for NCKU only)

Requirement

  • Python3

  • requirements

pip3 install -r requirements.txt

  • tkinter

    For Ubuntu user

    sudo apt-get install python3-tk

Clone

git clone --recursive https://github.com/Lee-W/NCKU-course-checker

USAGE

You can get the executable file from main page , build executeable file youself or run it through python3 interpreter as below.

GUI

python3 GUI.py

Console

python3 console.py

Build Executeable File

Here I provide three setup file for different method to freeze this script.
Note that you would need to setup the packages needed for freezing.

cx_freeze

python3 setup.py build

For mac

python3 setup.py bdist_mac

After that you will find executable file under folder build

py2exe

It can only be used under Windows.

python3 setup-py2exe.py build
python3 setup-py2exe.py py2exe

After that you will find executable file under folder dist

py2app

It can only be used under MacOS.

python3 setup-py2app.py py2app

After that you will find executable file under folder dist

Screen shot

GUI

Mac

mac_main mac_setting

Windows

win_main win_setting

Console

console.py

AUTHORS

Lee-W

License

MIT

About

App to check NCKU course info. ( NCKU Course System has changed. Thus, this project is archived.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages