Skip to content
View pro-grammer-SD's full-sized avatar
😁
Building new stuff everyday
😁
Building new stuff everyday

Block or report pro-grammer-SD

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pro-grammer-SD/README.md

Typing SVG


GitHub PyPI Profile Views Open Source




🧬 About Me

"Write code that machines execute flawlessly and humans can read just as easily."

Hi, I'm Soumalya — a developer with a genuine interest in Python and Rust, a strong preference for terminal-first workflows, and a focus on building open-source tools that are both useful and well-crafted. I care about the details: clean APIs, clear documentation, and code that holds up as a project grows.

My two main projects sit in fairly different spaces. EfficientManim is a node-based visual editor for Manim — it brings a more interactive, IDE-like workflow to mathematical animation without giving up the Python coding layer underneath. pyratatui is a Python binding for Ratatui, bringing Rust's high-performance TUI engine to Python developers through a fully Pythonic API. Both came from the same motivation: closing the gap between what a tool can do and how comfortably a developer can actually use it.

When I'm away from the keyboard, you'll usually find me following cricket — particularly anything involving Mitchell Starc 🏏.


How I like to approach development:

  • 🔩 Performance where it matters — reaching for Rust when Python's speed becomes a genuine bottleneck
  • 🧩 Small, composable libraries — focused tools that do one thing well and integrate cleanly with others
  • 📺 Terminal-first thinking — TUIs as first-class interfaces, not afterthoughts
  • 🌐 Open-source done properly — real documentation, semantic versioning, and maintained codebases
  • 🔬 Clarity over cleverness — code that the next contributor can understand and build on


🛠️ Technical Stack & Skills

🔤 Languages

📦 Frameworks & Libraries

⚙️ Tools, Platforms & DevOps

🖥️ Operating Systems

  • Windows 11
  • Android (DerpFest GSI)
  • Omarchy + ML4W

🧠 Areas of Focus

Domain Proficiency Notes
🐍 Python Development ██████████ Strong Advanced patterns, async, FFI, packaging
🦀 Rust Development ████████░░ Growing Safe systems code, FFI with PyO3, TUI widgets
🖥️ Terminal UI (TUI) ██████████ Strong Ratatui, crossterm, layout & widget systems
🎬 Visual Tooling & Editors ████████░░ Solid Node graphs, live preview, Streamlit-based IDEs
📦 Library Authorship ████████░░ Solid PyPI packaging, semver, public API design
🤖 AI-Assisted Development ███████░░░ Comfortable LLM code generation integration, prompt design
🔁 CI/CD & Automation ███████░░░ Comfortable GitHub Actions, release pipelines


🚀 Flagship Open-Source Projects


⚡ EfficientManim — A Node-Based Visual Editor for Manim

GitHub Python Qt PySide6 Manim License Stars

A visual IDE that makes building Manim animations feel more like composing a scene and less like debugging a render loop.

EfficientManim is a node-based visual editor for creating mathematical animations with Manim. Instead of editing scripts and re-running the renderer to check results, you build animations by connecting nodes in a visual graph — linking scenes, objects, and transformations while watching things update in real time. The full Python animation model stays intact underneath; the editor just gives you a more immediate way to work with it.

Built with Qt (PySide6), the interface is designed to feel like a proper desktop IDE while keeping the setup lightweight and developer-friendly..

Key Features:

Feature Description
🖱️ Drag-and-drop node editor Build animation graphs visually — connect scenes, objects, and transformations without boilerplate
🎬 Multiple scene management Organise, navigate, and switch between independent scenes within a single project
👁️ Live preview See animations update as you build, tightening the loop between editing and reviewing
🤖 AI-assisted code generation Generate Manim scene code from natural language descriptions to accelerate prototyping
🐙 GitHub snippet loading Pull Manim code snippets directly from GitHub repositories into your active project
🎙️ Voiceover integration Attach narration to animation sequences using built-in voiceover support
🗂️ VGroup utility Group and manage related objects as a single unit, keeping complex scenes organised
📦 Portable project format Save and share projects as self-contained files that preserve the full node graph
🎞️ Professional video rendering Export finished animations as high-quality video files ready for publication

EfficientManim makes Manim more approachable for visual thinkers, without taking away the coding control that makes it powerful.

🔗 View on GitHub →



🖥️ pyratatui — Ratatui's TUI Engine, Accessible from Python

GitHub PyPI Downloads Python Rust License Stars

Rust-quality terminal UIs, authored entirely in Python.

pyratatui is a Python binding for Ratatui — a well-regarded Rust library for building terminal user interfaces. It gives Python developers access to Ratatui's rendering engine through a fully Pythonic API, so you get the performance and widget quality of the Rust TUI ecosystem without needing to write any Rust yourself.

The binding is built with PyO3 and distributed as binary wheels via Maturin, making installation straightforward and keeping the Python–Rust boundary overhead minimal. If your project already uses asyncio, pyratatui supports async terminal handling so it slots naturally into event-driven architectures.

Key Features:

Feature Description
🦀 Native Rust rendering Terminal drawing handled entirely by Ratatui — consistent, fast, and frame-accurate
🐍 Fully Pythonic API Widgets, layouts, and styles exposed through Python classes and context managers
🎨 Complete widget library Paragraphs, Tables, Lists, Gauges, Charts, Sparklines, and composable custom widgets
📐 Flexible layout system Constraint-based layouts with directional splits, percentages, and fixed sizes
🖌️ Rich style system Foreground/background colour, bold, italic, underline, 256-colour and truecolor support
⌨️ Key event handling Structured keyboard and mouse event API with full modifier key support
Async-ready Optional async terminal handling for projects built on asyncio or similar runtimes
🔧 Maturin distribution Binary wheels for Linux, macOS, and Windows — no Rust toolchain needed by the user

pyratatui bridges Rust's terminal rendering performance with Python ergonomics — so you can build serious terminal applications with minimal Rust exposure.

🔗 View on GitHub →  |  View on PyPI →



📊 GitHub Analytics

 



 



GitHub Contribution Snake



🏆 Achievements & Milestones

trophy


🎖️ Milestone 📋 Detail
🚀 Open-Source Author Lead developer and maintainer of EfficientManim and pyratatui
🎬 Visual Animation Editor Built a node-based Manim IDE with live preview, AI generation, and professional video export
🦀 Python–Rust Binding Shipped PyO3-backed Python bindings for Ratatui's terminal rendering engine
📦 PyPI Publisher Packages publicly available with multi-platform binary wheel distribution
🤖 CI/CD Pipelines Fully automated test, build, and release workflows via GitHub Actions
🖥️ TUI in Python Made Ratatui's layout system, widgets, and style API accessible to Python developers
🌐 Community Presence Active repositories with open issues, maintained documentation, and contributions welcome


🧠 Development Philosophy

┌─────────────────────────────────────────────────────────────────────────────┐
│                      A FEW THINGS I TRY TO KEEP IN MIND                     │
├─────────────────────────────────────────────────────────────────────────────┤
│                                                                             │
│  01. Make it correct.   02. Make it clear.   03. Make it fast.             │
│      In that order. Every time.                                             │
│                                                                             │
│  04. If Python isn't fast enough, write Rust and call it from Python.      │
│                                                                             │
│  05. A TUI is not a downgrade — it's a considered choice.                  │
│                                                                             │
│  06. A public API is a promise. Don't make promises you won't keep.        │
│                                                                             │
│  07. Open-source deserves the same care as production software.             │
│                                                                             │
└─────────────────────────────────────────────────────────────────────────────┘


🔭 Currently Learning & Exploring

  • 🦀 Deeper Rust — async patterns, lifetimes, and tighter PyO3 boundary design
  • 🎬 Animation tooling — node graph architectures, scene serialisation, and editor UX patterns
  • 🖥️ Terminal protocols — Kitty graphics protocol, sixel support, and true-colour consistency across emulators
  • 🧪 Property-based testing — Hypothesis for Python, proptest for Rust
  • 🤖 LLM integration in tooling — making AI-assisted code generation genuinely useful rather than surface-level


📬 Connect & Collaborate

Platform Link
🐙 GitHub @pro-grammer-SD
📦 PyPI pypi.org/user/pro-grammer-SD
🦀 pyratatui org github.com/pyratatui

💬 Happy to collaborate on Rust–Python tooling, TUI projects, visual editors, or anything performance-related. The best way to reach me is through an issue or discussion on one of the repositories above — I try to stay on top of them.



🎙️ Beyond the Terminal

class Soumalya:
    location     = "India 🇮🇳"
    os_of_choice = ["DerpFest AOSP", "Omarchy Linux"]
    editor       = "Neovim (yes, really)"
    shell        = "zsh + dotfiles that took too long to configure"
    terminal     = "kitty / ghostty"

    interests = {
        "cricket"   : "Mitchell Starc — best left-arm pacer of his generation, no debate 🏏",
        "coding"    : "Late-night sessions with lo-fi and a clean 80-column terminal",
        "philosophy": "Code is read far more than it's written. Optimise for the reader.",
    }

    currently = "Figuring out how far you can push Python with a bit of Rust. 🦀"



Built with 🐍 Python, 🦀 Rust, and a genuine fondness for the terminal.

Followers Stars

Pinned Loading

  1. EfficientManim EfficientManim Public

    🚀🎬 Node-based Manim IDE with AI-powered animation generation

    Python 19 1

  2. pyratatui/pyratatui pyratatui/pyratatui Public

    🚀🦀⚡ Rust-powered terminal UI for Python — fast, typed, animated, and ergonomic 🔥💎🌈

    Rust 15

  3. pinq pinq Public

    🐍🌈🌟 Python binding for the Rust inquire CLI prompt library 🖊️🔒💡 — Text, Password, Select, MultiSelect, Date, Editor & more!

    Python 4

  4. brewspot brewspot Public template

    😍 brewspot | coffee app template | coffee lovers

    TypeScript 4

  5. verdant verdant Public template

    🌲 Verdant: A premium, flagship-tier interactive template for the next generation of eco-performance footwear. Built with React, Framer Motion, and GSAP for high-end cinematic motion.

    TypeScript 4

  6. flowmetrics flowmetrics Public

    🌟 beautifully styled demo web-app for revenue analytics (showcase)

    TypeScript 5