Metadata-Version: 2.4
Name: tamil-lang
Version: 1.0.1
Summary: Tamil PowerFull Programming Language with Embedded Python by Kamalnath.S
Author-email: "Kamalnath.S" <kamalnath9443348610@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# தமிழ் சக்தி நிரல் மொழி — Tamil PowerFull Programming Language

🌟 **PowerFullInterpreter** — by Kamalnath.S  
💙 **Supports pure Tamil + embedded Python**  
🚀 **Ready for future AI, Speech, Smart Tools**

---

## 💎 Features

✅ Official `.tamil` file extension  
✅ Write your logic fully in Tamil keywords:
- `பதிப்பி` — print
- `ஆனால்` — if
- `இல்லை` — else
- `ஆக` — loop
- `முடி` — end block
- `நிரல்பாகம்` — function
- `அழை` — call function
-  `Etc...`

✅ **NEW:** Embedded Python support!
```tamil
பதிப்பி "🌟 தமிழ் ஆரம்பம்"

#PYTHON_START
print("Hello from native Python!")
#PYTHON_END

பதிப்பி "🌟 தமிழ் முடிவு"

#நாம் தமிழர்!

Made with ❤️ by Kamalnath.S
