class MRThugh(SilentArchitect):
def __init__(self) -> None:
self.name: str = "Ali Kamrani"
self.age: int = 18
self.status: str = "Building in the shadows"
self.weapons: list[str] = ["Python", "Linux", "TailwindCSS"]
self.focus: str = "GUI Automation & High-Performance Tools"
def get_manifesto(self) -> dict[str, str]:
return {
"Rule 1": "Silence is chosen so the work can speak.",
"Rule 2": "Direction over speed.",
"Rule 3": "Flaws are just the foundation.",
"Rule 4": "Patience is the mortar."
}| 🎯 Project | 📜 Description | 🛠 Tech Stack |
|---|---|---|
| DarkLine | Secure LAN chat with RSA + Fernet encryption & SQLite storage. | CustomTkinter Cryptography |
| Utility ToolBox | Professional 1100+ line Windows utility suite. | OS Automation Python |
| ParsiKit | Persian text standardization & speed optimization. | NLP Tools Regex |
| SmartRetry | Metaprogramming library & advanced decorator toolset. | Metaprogramming |
| CipherVault | High-grade encryption and secure file vaulting. | Security Python |
| Formato | All‑in‑one image tool for batch editing & PDF creation. | Pillow GUI |

