membernator - GUI tool to scan membership cards to establish if they are valid
Contents
Bugs
Bugs can be reported to your distribution's bug tracker or upstream at
https://gitlab.com/baldurmen/membernator/issues.
Description
membernator is a tool that can be used to scan membership cards and establish if they're valid or not
against a CSV database.
Examples
$ membernator --database members.csv --width 0 --height 0
Name
membernator - GUI tool to scan membership cards to establish if they are valid
Options
-h--help Shows the help screen
--version Outputs version information
--databaseFILE Path to the CSV database
--id_colID "id" column in the CSV database. [default: ID]
--name_colNAME "name" column in the CSV database. [default: NAME]
--timeSEC Delay in secs between scans. [default: 2.5]
--widthWIDTH Width in pixels. Use 0 for fullscreen. [default: 800]
--heightHEIGHT Height in pixels. Use 0 for fullscreen. [default: 480]
--logfileLOG Path to the logfile. [default: log.csv]
Synopsis
membernator [options] --databaseFILE
membernator (-h | --help)
membernator --version