https://github.com/redbug312/ntuoc13-punch-clock
Punch clock desktop app for National Taiwan University Orientation Camp
https://github.com/redbug312/ntuoc13-punch-clock
Last synced: 9 days ago
JSON representation
Punch clock desktop app for National Taiwan University Orientation Camp
- Host: GitHub
- URL: https://github.com/redbug312/ntuoc13-punch-clock
- Owner: redbug312
- License: gpl-3.0
- Created: 2020-05-01T06:20:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T15:36:40.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T04:18:02.586Z (over 3 years ago)
- Language: Python
- Homepage: https://osa_activity.ntu.edu.tw/project/project1
- Size: 626 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ntuoc13-punch-clock
Punch clock desktop app for National Taiwan University Orientation Camp.

## 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](https://www.riverbankcomputing.com/software/pyqt/), Python bindings for the Qt cross platform application toolkit.
- [Fman](https://build-system.fman.io/), Create Python GUIs with Qt in minutes.