Metadata-Version: 2.4
Name: Swatantracal
Version: 0.1.1
Summary: A simple calculator package for basic math operations
Author: Swatantra
Author-email: swatantra3577@gmail.com
Keywords: calculator math arithmetic add subtract multiply divide
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Education
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-python
Dynamic: summary

# Swatantracal

A simple calculator package for Python.  
Perform basic arithmetic operations (addition, subtraction, multiplication, division) directly from your Python code or via the command line.

---

## Installation

You can install the package from [PyPI](https://pypi.org/project/Swatantracal/):

```bash
pip install Swatantracal
```
