Metadata-Version: 2.4
Name: coogle
Version: 0.0.4b2
Author: Monisha
Keywords: Drive,Google,Telegram
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: ~=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python

<p align="center">
 <a href="https://pypi.org/project/coogle">Coogle</a>
</p>

```python

from Coogle import calculate

value = calculate(20000)

print(value)

```
