Metadata-Version: 2.1
Name: muzaffarsmartcalc
Version: 1.0.0
Summary: A very basic calculator
Home-page: 
Author: Muzaffar Sharofiddiov
Author-email: smartboymuzaffar@gmail.com
License: MIT
Keywords: calculator
Platform: UNKNOWN
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

#auth: SmartBoyMuzaffar

#Full Name: Muzaffar Sharofiddinov

#Description:

This is a very simple calculator.


Usage: 


    from smartcalc import calc



    #there t = character, num1 = 1-number, num2 = 2-number

    #result = calc(t, num1, num2)

    result = calc("*", 779, 223)
    
    print(result)

