mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
.. | ||
calc | ||
tests | ||
README.md |
calc_argparser
Calculadora via CLI
Instructions
To run CLI_Calculator execute:
python args.py -h
- For helppython args.py --sum x y
- To sum two numberspython args.py --sub x y
- To substraction two numberspython args.py --mult x y
- To multiplication two numberspython args.py --div x y
- To divide two numbers