EnLang — The Universal Natural English Programming Language & Full-Stack Engine
Build Full-Stack Web Apps, Mobile UIs, Logic & 3D Visuals in Pure Natural English
Created and Authored by Spandan Prayas Patra.
🌟 Overview
EnLang is a deterministic, human-readable programming language and transpilation engine that converts natural English into clean, production-grade native code targets:
.enlg➔ Core Backend Logic & Algorithms (Python 3 / Bytecode VM).enlgf➔ Structural Frontend Web Markup (HTML5).enlgd➔ Responsive Design & Aesthetics (CSS3).enlgs➔ Client-Side Reactive Scripting & DOM Logic (Vanilla JavaScript ES6+).enlgm➔ Mobile Applications & Screens (Flutter / Dart)
🚀 Official Installation
Install EnLang globally on your system using pip:
pip install enlang
🛠️ CLI Command Reference
Once installed, use the enlang (or enlg) command anywhere in your terminal:
1️⃣ Execution & Live Dev Server
# Run any source file with auto-detection (.enlg, .enlgf, .enlgs, .enlgm, .html, .js, .py):
enlang run tournament_app/tournament.enlgf
# Run on a custom port:
enlang run index.enlgf -p 3000
2️⃣ Compilation & Production Build
enlang build page.enlgf # Bundles HTML5, CSS3, and JS into page.html
enlang build style.enlgd # Compiles to modern CSS3 (style.css)
enlang build script.enlgs # Compiles to pure Vanilla JavaScript (script.js)
enlang build app.enlg # Transpiles to clean Python (app.py)
enlang build app.enlgm # Compiles to Flutter/Dart (app.dart)
3️⃣ Version & Package Management
# Check installed version and check PyPI for updates:
enlang check -v
# Update enlang to latest release:
enlang update -v latest
# Install a specific version co-existing alongside current version:
enlang install -v 1.0.0
# Replace current active installation with a specific version:
enlang replace -v 1.0.0
# List all co-existing installed versions:
enlang list -v
# Switch active default version:
enlang switch -v 1.0.0
4️⃣ Interactive REPL Shell
enlang repl
🎨 Sample Syntax
🔹 1. Markup (index.enlgf)
page:
head:
title "Vortex Esports"
body:
header class "main-navbar":
h1 "VORTEX ESPORTS"
button "LOG IN" id "btn-login"
🔹 2. Design (style.enlgd)
.main-navbar:
background "rgba(15, 23, 42, 0.8)"
backdrop-filter "blur(12px)"
padding "16px 32px"
display "flex"
justify-content "space-between"
🔹 3. Client Scripting (app.enlgs)
in script:
create score as 0
when "btn-login" is clicked:
put { user: "Kiryu", score: 50 } into userRecord
add "Kiryu" to activePlayersList
set text of "user-badge" to "Welcome, Kiryu!"
add class "active" to "user-badge"
after 3 seconds:
hide element "welcome-banner"
📄 License
MIT License. Copyright (c) 2026 Spandan Prayas Patra.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file enlang-1.0.15.tar.gz.
File metadata
- Download URL: enlang-1.0.15.tar.gz
- Upload date:
- Size: 223.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc0375089604a81f1ba30f90e5f58e5ee98140c43c845703eb52691943f70437
|
|
| MD5 |
e3eafe49fa0aaa6ce40179022368c9b8
|
|
| BLAKE2b-256 |
98e75553139bc4c6e7fda97237e07445e32443b050a540e7561555ff95c92a6f
|
File details
Details for the file enlang-1.0.15-py3-none-any.whl.
File metadata
- Download URL: enlang-1.0.15-py3-none-any.whl
- Upload date:
- Size: 314.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69a97b708c01c6e7f4730942112a7d46d4c9ee15b36e7063fb96ea3113bdf21c
|
|
| MD5 |
6023946fa79dd24742720ef0225f4820
|
|
| BLAKE2b-256 |
be7cf07abc2822b07caf6c23d4237788da3f93a91df1cfb680e5f8135f53032f
|