Metadata-Version: 2.1
Name: lwmc
Version: 0.0.2
Summary: A lightweight math calculator library
Home-page: UNKNOWN
Author: Pigioty
Author-email: pigiotyreal@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

Created by Pigioty

Lightweight Math Calculator, you can use "add" "subtract" "multiply" and "divide"

Example: print(lwmc.domath("multiply", 5, 6))

