update README

This commit is contained in:
Fanani M. Ihsan 2016-05-26 22:15:03 +07:00
parent e5afc866e0
commit 382ee8f284

View File

@ -2,11 +2,11 @@
pyzk is unofficial library of zksoftware the fingerprint attendance machine. pyzk is unofficial library of zksoftware the fingerprint attendance machine.
# Ussage # api Usages
The usage is very simple, just Create new ZK instance and you will ready to call api. Create ZK object and you will ready to call api.
* Basic Ussage * Basic Usage
``` ```
import zk import zk
from zk import const from zk import const
@ -82,9 +82,11 @@ zk.restart()
# Todo # Todo
* Create better documentation
* Clear user * Clear user
* Finger template downloader & uploader * Finger template downloader & uploader
* Clear attendance record
* Get attendance record * Get attendance record
* Clear attendance record
* HTTP Rest api * HTTP Rest api
* and much more * Create real time api (if possible)
* and much more ...