Skip to main content

A tool that can be used to scan membership cards and establish if they're valid or not against a CSV database.

Project 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.

Dependencies

This program is written in Python 3. You will need to install these dependencies to run membernator properly:

  • python3
  • pygame
  • docopt

Installation

With setup.py

You can install membernator like any other python program with the help of setuptools:

$ python3 setup.py install

Manually

Since membernator is a single python file, you can call you can it directly:

$ python3 /path/to/membernator.py

You can also add it to your local path:

$ sudo cp /path/to/membernator.py /usr/local/bin/membernator
$ sudo chmod +x /usr/local/bin/membernator

Usage

Usage:
    membernator [options] --database FILE
    membernator (-h | --help)
    membernator --version

Options:
    -h  --help       Shows the help screen
    --version        Outputs version information
    --database FILE  Path to the CSV database
    --id_col ID      "id" column in the CSV database. [default: ID]
    --name_col NAME  "name" column in the CSV database. [default: NAME]
    --time SEC       Delay in secs between scans. [default: 2.5]
    --width WIDTH    Width in pixels. Use 0 for fullscreen. [default: 800]
    --height HEIGHT  Height in pixels. Use 0 for fullscreen. [default: 480]
    --logfile LOG    Path to the logfile

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

membernator-1.0.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page