1818
1919<div align =" center " >
2020
21- ![ version] ( https://img.shields.io/badge/version-v1.0.4.3 -7c3aed?style=for-the-badge )
21+ ![ version] ( https://img.shields.io/badge/version-v1.0.4.4 -7c3aed?style=for-the-badge )
2222![ runtime] ( https://img.shields.io/badge/runtime-Native_Rust_VM-f97316?style=for-the-badge&logo=rust&logoColor=white )
2323![ platform] ( https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux%20%7C%20Android-22c55e?style=for-the-badge )
2424![ license] ( https://img.shields.io/badge/license-MIT-3b82f6?style=for-the-badge )
2828<div align =" center " >
2929
3030![ deps] ( https://img.shields.io/badge/dependencies-NONE-00ff88?style=for-the-badge )
31- ![ stdlib] ( https://img.shields.io/badge/stdlib-150 %2B_functions-7c3aed?style=for-the-badge )
31+ ![ stdlib] ( https://img.shields.io/badge/stdlib-180 %2B_functions-7c3aed?style=for-the-badge )
3232![ vscode] ( https://img.shields.io/badge/VS_Code-Extension_v1.0.3-007ACC?style=for-the-badge&logo=visualstudiocode&logoColor=white )
3333[ ![ Author] ( https://img.shields.io/badge/Made_by-Tcode--Motion-181717?style=for-the-badge&logo=github )] ( https://github.com/Tcode-Motion )
3434[ ![ Stars] ( https://img.shields.io/github/stars/Tcode-Motion/techscript?style=for-the-badge&color=yellow&label=⭐ )] ( https://github.com/Tcode-Motion/techscript/stargazers )
4444║ ║
4545║ No semicolons. No brackets. No confusing symbols. ║
4646║ No Python runtime. No dependencies. Just pure speed. ║
47- ║ Powered by a Native Rust VM. — Tcode-Motion ⚡ ║
47+ ║ Universal Support — Windows, Linux, Mac, & Termux! ⚡ ║
4848╚═════════════════════════════════════════════════════════════════════════╝
4949```
5050
@@ -73,7 +73,8 @@ That's it. **No semicolons. No brackets. No confusing symbols.** Just simple wor
7373TechScript is:
7474- 🟢 ** A programming language** — you can write code that runs on your computer natively
7575- 🌐 ** A web builder** — you can build full websites with it (no HTML or CSS needed!)
76- - 🦀 ** Powered by Native Rust** — blazing fast compilation, completely independent of Python
76+ - 🦀 ** Powered by Native Rust** — blazing fast compilation on Windows
77+ - 🐍 ** Universal Fallback** — works on Termux, Linux, and Mac via built-in Python engine
7778- 📦 ** One command** — ` tech run yourfile.txs ` and your program runs instantly into bytecodes
7879
7980---
@@ -114,27 +115,27 @@ TechScript is:
114115
115116#### Option 1: One-Click Installer * (Recommended for Beginners)*
116117
117- 1 . Go to the [ 📥 v1.0.4.3 Release Page] ( https://github.com/Tcode-Motion/techscript/releases/tag/v1.0.4.3 )
118- 2 . Download ** [ TechScript_v1.0.4.3_Setup .exe] ( https://github.com/Tcode-Motion/techscript/releases/download/v1.0.4.3 /TechScript_v1.0.4.3_Setup .exe ) **
118+ 1 . Go to the [ 📥 v1.0.4.4 Release Page] ( https://github.com/Tcode-Motion/techscript/releases/tag/v1.0.4.4 )
119+ 2 . Download ** [ TechScript_v1.0.4.4_Setup .exe] ( https://github.com/Tcode-Motion/techscript/releases/download/v1.0.4.4 /TechScript_v1.0.4.4_Setup .exe ) **
1191203 . Double-click it — it will install everything automatically!
1201214 . Open ** PowerShell** (` Win + X ` → "Windows PowerShell") and type:
121122
122123```
123124tech version
124125```
125126
126- You should see: ` TechScript v1.0.4.3 ` 🎉
127+ You should see: ` TechScript v1.0.4.4 ` 🎉
127128
128129** What the installer does automatically:**
129- - ✅ Puts ` tech.exe ` (v1.0.4.3 ) on your computer
130+ - ✅ Puts ` tech.exe ` (v1.0.4.4 ) on your computer
130131- ✅ Makes the ` tech ` command available everywhere in your terminal
131132- ✅ Registers ` .txs ` files so they know they belong to TechScript
132133- ✅ Installs the VS Code extension for syntax highlighting
133134
134135#### Option 2: Using pip * (Cross-Platform Wrapper)*
135136
136137``` powershell
137- pip install techscript-lang==1.0.4.3
138+ pip install techscript-lang==1.0.4.4
138139```
139140
140141---
@@ -143,7 +144,12 @@ pip install techscript-lang==1.0.4.3
143144
144145> ** No Python required to install or run!**
145146
146- ** One-line installer:**
147+ ** Using pip (Easiest):**
148+ ``` bash
149+ pip install techscript-lang
150+ ```
151+
152+ ** One-line script installer:**
147153``` bash
148154curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
149155```
@@ -160,11 +166,18 @@ sudo apt install techscript
160166
161167> ** No Python required to install or run!**
162168
169+ ** Using pip (Easiest):**
170+ ``` bash
171+ pip install techscript-lang
172+ ```
173+
174+ ** Using Homebrew:**
163175``` bash
164- # Using Homebrew:
165176brew install tcode-motion/techscript/techscript
177+ ```
166178
167- # OR use the one-line installer:
179+ ** OR use the one-line installer:**
180+ ``` bash
168181curl -fsSL https://raw.githubusercontent.com/Tcode-Motion/techscript/main/scripts/install.sh | bash
169182```
170183
0 commit comments