pyzkaccess

Library and CLI tool for working with ZKTeco ZKAccess C3-100/200/400 controllers

View the Project on GitHub bdragon300/pyzkaccess

Command-line interface

CLI interface uses command/subcommand chain approach. Typical CLI usage is:

Commands for a connected device:

$ pyzkaccess connect <ip> <subcommand|group> [parameters] [<subcommand> [parameters] ...]

Commands not related to a particular device:

$ pyzkaccess <command> [parameters]

By default, all input data is consumed from stdin, and all output is printed to stdout. You can specify a file instead by setting --file parameter.

CLI gives access to most of PyZKAccess features. Also, it is supported the ascii tables in console or CSV format.

Every command, group and subcommand has its own help contents, just type them and append --help at the end. For example, here is the help for connect command:

$ pyzkaccess connect --help

Or for where subcommand of table subcommand:

$ pyzkaccess connect 192.168.1.201 table User where --help