Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 516 Bytes

ZK to Excel

Small Python script to export ZK attendance machine data to Excel file

Used libraries:

  • pyzk - Communicate to ZK Machine and read data
  • xlsxwriter - Write Excel file

Usage:

Install Libraries:

pip install XlsxWriter
pip install pyzk

Change the machine IP address on zk_excel.py file.

Run the zk_excel.py:

python zk_excel.py

Or read the libraries docs for other installation methods.