Skip to content

redbug312/ntuoc13-punch-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntuoc13-punch-clock

Punch clock desktop app for National Taiwan University Orientation Camp.

Screenshot

Quickstart

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

It builds on Python 3.6 for fbs free version.

The app must focus on the input field to obtain inputs from barcode scanner or keyboard. The name list takes xlsx format only.

Credits

  • PyQt5, Python bindings for the Qt cross platform application toolkit.
  • Fman, Create Python GUIs with Qt in minutes.