Metadata-Version: 2.1
Name: platypy
Version: 3.0.8
Summary: This will you to do Arithmetic operations very fast.
Home-page: UNKNOWN
Author: Python Rohan
Author-email: rohan9878787@gmail.com
License: UNKNOWN
Keywords: python,calculator,calci,calculate,calculation,Arithmetic
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


<h1>Platypy - A python module</h1>

This module has a new  feature called <strong>coolcalci.</strong> This coolcalci sub module

will help you to do arithmetic operations very fast and if you want this colcalci as an 

different module you can install it by the give link : 

<a href="https://pypi.org/project/Coolcalci/">https://pypi.org/project/Coolcalci/</a>

and if you want install it by cmd (command prompt) you can type this command:



<code><strong> pip install Coolcalci </strong></code>



and to import it in platypy so you have to type first to install it :



<code><strong> pip install platypy </strong></code>



to import it in your project type this : 



><strong>import platypy</strong>

<br>

><strong>from platypy.coolcalci import *</strong>

# To add something from coolcalci

to add something:

><strong>from platypy.coolcalci import *</strong>

><strong>res = add(1 + 2)</strong>

<br>

><strong>print(res)</strong>



Other commands you can learn on my channel : 

<br>

<a href = "https://www.youtube.com/channel/UCsP5fIAdguQF0muRke5J3zg">https://www.youtube.com/channel/UCsP5fIAdguQF0muRke5J3zg</a>

