Skip to content

obitouka/CLI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Calculator CLI

A simple command-line calculator built in Python using argparse.

HOW TO USE:

Navigate to the directory containing the file, then run this to see help or the available arguments:

python calc.py -h

Example

python calc.py --num1 23 --num2 3 --operation +

OR

python calc.py -n1 23 -n2 2 -op +

Output:

25

About

A very simple CLI made with 'argparse' module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages