Metadata-Version: 2.1
Name: Calculatorpy
Version: 1.0
Summary: QrCode Scanner
Home-page: UNKNOWN
Author: Rahul Shah
Author-email: rahul.shah102006@gmail.com
License: MIT
Description: ## Project Description
        This Module will help you to do calculations.You just need to give two numbers and select the oprations
        
        ## How to Use
        <code>from Calculatorpy import Cal
            print(Cal)
                                        </code>
        
        ## Installation
        <code>pip install Calculatorpy</code>
        
        ## License
        Â© 2020 Rahul Shah
        
        This repository is licensed under the MIT license. See LICENSE for details.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
