A simple command-line calculator built in Python using argparse.
Navigate to the directory containing the file, then run this to see help or the available arguments:
python calc.py -hpython calc.py --num1 23 --num2 3 --operation +OR
python calc.py -n1 23 -n2 2 -op +25