Coder Social home page Coder Social logo

lee-w / ncku-course-checker Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 3.16 MB

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

Home Page: http://lee-w.github.io/NCKU-course-checker/

Python 100.00%
ncku python

ncku-course-checker's Introduction

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

ncku-course-checker's People

Contributors

lee-w avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.