Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidafsilva/ticket-restaurant-tool
- Owner: davidafsilva
- Created: 2013-06-04T21:47:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-20T20:13:31.000Z (over 11 years ago)
- Last Synced: 2024-11-16T04:41:47.501Z (2 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 exitEither -s or -m must be provided
Soon:
- Ordered movements
- Filtered movements (debit/credit)
- JSON output
- XML output