Skip to content

redbug312/ntuoc13-interview-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published