Metadata-Version: 2.1
Name: CalculatorBasicLibrary
Version: 0.0.1
Summary: A tool made to aid with calculations in Python
Home-page: 
Author: Umer Imran
Author-email: um3rimran@gmail.com
License: MIT
Keywords: calculator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.TXT

This is a library that is accosiated with numbers. This makes calculating in Python easier.
Te dSeq function creates and returns the Doubling Sequence up to the number given.
Here is an example to use the Calculator class.

calc = Calculator()
print(calc.calculate("18 - 9"))

where calc is a variable and the string statement is the expression.
I hope you use this library and it helps you.
Made by an 11 year old.

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

0.0.1 (18/08/2024)
-------------------
- First Release
