Skip to content

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

Notifications You must be signed in to change notification settings

davidafsilva/ticket-restaurant-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages