Metadata-Version: 2.4
Name: textcalc-ai
Version: 1.0.4
Summary: A simple text-to-math converter that interprets natural language math statements.
Home-page: https://github.com/kingmon6996/
Author: Pravanjan Roy
Author-email: deadpoolroy2006@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# ðŸ§® Text2Math

Convert natural language math statements into actual calculations!  

This Python library interprets statements like:

- "add 68 and 256"  
- "what is 20 divided by 4"  
- "multiply 12 with 5"  

and returns the correct mathematical result.

---

## ðŸš€ Installation

You can install the library via PyPI:

```bash
pip install text2math
