Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
roidsaja committed Oct 10, 2019
2 parents 43190e4 + 327a29c commit fe7b8cd
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
- - - -

```
_____ _ _ _ _ _____ _ _ _____ _ _ _
/ ____| | (_) | | | / ____(_) | | / ____| | | | | | |
| (___ | |_ _ _ _ __ _ __| | |_ _ | (___ _ _ __ ___ _ __ | | ___ | | __ _| | ___ _ _| | __ _| |_ ___ _ __
\___ \| __| | | | '_ \| |/ _` | | | | | \___ \| | '_ ` _ \| '_ \| |/ _ \ | | / _` | |/ __| | | | |/ _` | __/ _ \| '__|
____) | |_| |_| | |_) | | (_| | | |_| | ____) | | | | | | | |_) | | __/ | |___| (_| | | (__| |_| | | (_| | || (_) | |
|_____/ \__|\__,_| .__/|_|\__,_|_|\__, | |_____/|_|_| |_| |_| .__/|_|\___| \_____\__,_|_|\___|\__,_|_|\__,_|\__\___/|_|
| | __/ | | |
|_| |___/ |_|
```

# Stupidly Simple Calculator

A simple python program to do basic calcuation from cli !!
Expand All @@ -18,7 +33,7 @@ Currently planned features:

### Basic Arithmetics

basic arithmetics will support 4 basic floating point operators:
basic arithmetics will support basic floating point operators:
1. **Addition**
2. **Substraction**
3. **Multiplication**
Expand All @@ -29,13 +44,13 @@ basic arithmetics will support 4 basic floating point operators:

#### Installation ####
* requires python ver 2.7
* cd path to stupidly_simple_calculator
* to run simply type in cli `python calc_main.py`

## Note

This project is intended for Collaborative Computing class assignment, do not take this program too seriously :)

- - - -
Feel free to contribute,

## License

Expand Down

0 comments on commit fe7b8cd

Please sign in to comment.