ZKTeco and Python Integration

Question:

Is there any library for ZkTeco device integration with the Python? As per my knowledge the PHP uses this Git Repo

I tried pyzk but it’s unable to install.

Asked By: CyBug

||

Answers:

There’s a high possibility that you’re trying to install pyzk as

pip install pyzk

if that is true, and you’re facing an error on it. Try to install it this way.

pip install -U pyzk

For a more precise answer, please post your error details. Thank You

Answered By: Muhammad Afzaal
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.