Metadata-Version: 2.1
Name: simplecalculatorpython
Version: 0.0.1
Summary: Simplest calculator ever
Home-page: 
Author: Sampurna Chapagain
Author-email: sampurna.chapagainnn@gmail.com
License: MIT
Keywords: calculator
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: LICENCE.txt

A very basic calculator that can perform addition, subtraction, multiplication, and division operations between two numbers.


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

0.0.1 (21/08/2023)
------------------

- First Release 
