Skip to content

It's a first python mini-project, which is not a normal calculator program, can evaluate as many as long expressions and user can also perform operations on output result as in real calc.

Notifications You must be signed in to change notification settings

Deepakg1105/real-calculator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Real-calc

It's my first python mini-project, not a normal calculator program. It can evaluate as many as long expressions and user can also perform operations on output result as in real calc. img

Concepts used

Basic programming in python.

Used re module for regular-expressions(regex) for handling anonymous inputs by user and evaluating the expressions entered.

Installation

Just download the zip file and extract it to some location/folder. Open command prompt/terminal and run the python file

pyhton3 calcProject.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

About

It's a first python mini-project, which is not a normal calculator program, can evaluate as many as long expressions and user can also perform operations on output result as in real calc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages