Metadata-Version: 2.4
Name: txtsharp
Version: 1.2.1
Summary: T# - Fully English text-based programming language
Author-email: Intel <your@email.com>
Keywords: T#,txtsharp,English programming,text-based language
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# T# — Fully English Text-Based Programming Language

T# is an ultra-simple, beginner-friendly programming language where all commands are fully readable in English. Programs use the `.tsh` file extension.

---

## Features

- English-style commands
- Variables and assignment
- Input from user
- Math operations (`add`, `subtract`, `multiply`, `divide`)
- Print output
- Comments (`# this is a comment`)

---

## Installation

Install via PyPI:

```bash
pip install txtsharp
```

