redbug312 / ntuoc13-interview-scheduler

Interviews scheduler desktop app for National Taiwan University Orientation Camp.

Home Page:https://osa_activity.ntu.edu.tw/project/project1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Interviews scheduler desktop app for National Taiwan University Orientation Camp.

screenshot for input sheet screenshot for output sheet

Quickstart

$ sudo apt install python3.6-venv
$ make start

It builds on Python 3.6 for fbs free version.

The app uses maximum flow algorithm from NetworkX to solve the scheduling problem, and the implementation refers to src/main/python/window.py. The input sheet takes xlsx format only.

Credits

  • PyQt5 - Python bindings for the Qt cross platform application toolkit.
  • Fman - Create Python GUIs with Qt in minutes.
  • NetworkX - Network Analysis in Python.

About

Interviews scheduler desktop app for National Taiwan University Orientation Camp.

https://osa_activity.ntu.edu.tw/project/project1

License:GNU General Public License v3.0


Languages

Language:Python 95.8%Language:Makefile 4.2%