Metadata-Version: 2.1
Name: maullick-basic-calculator
Version: 0.0.1
Summary: This is a Calculator Program that can easily calculate any expression with one function.
Home-page: https://upload.pypi.org/legacy/
Author: Maullick Kathuria
Author-email: maullickkathuria23@gmail.com
License: MIT
Keywords: calculate
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

This is a Calculator Program that can easily calculate any expression with one function. For eg: -
cal = calculator()
print(cal.calculate("500*2/2"))

OUTPUT:
500

Change Log
======================================================================


0.0.1(12/09/2023)
----------------------------------------------------------------------
-First Release
