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- Ordered movements - Filtered movements (debit/credit) - JSON output - XML output