Skip to content

Small Python script to export ZK attendance data to Excel file

Notifications You must be signed in to change notification settings

mksarifo/zk_excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Small Python script to export ZK attendance data to Excel file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages