Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidafsilva/ticket-restaurant-tool

A simple ticket restaurant CLI tool to allow everyone to check their account balance and last movements
https://github.com/davidafsilva/ticket-restaurant-tool

Last synced: 8 days ago
JSON representation

A simple ticket restaurant CLI tool to allow everyone to check their account balance and last movements

Awesome Lists containing this project

README

        

Ticket Restaurant Tool v0.11

This project aims to provide a simple CLI tool to view an account balance and last movements of a Ticket Restaurant Account


usage: ticket.py [-h] [-s | -m] [-u ] [-p ] [-v] [-V]

optional arguments:
-h, --help show this help message and exit
-s, --saldo checks the balance of the account
-m, --movimentos checks the movements of the account
-u , --user
specifies the user for the authentication
-p , --password
specifies the password for the authentication
-v, --verbose turns on the debug/verbose output
-V, --version show program's version number and exit

Either -s or -m must be provided

Soon:


- Ordered movements
- Filtered movements (debit/credit)
- JSON output
- XML output