Skip to content
View Londopy's full-sized avatar
  • California
  • 23:44 (UTC -07:00)

Highlights

  • Pro

Block or report Londopy

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Londopy/README.md

Typing SVG

   

the full, filterable project index — grouped by domain, with per-project writeups


👋   about

I build tools for climbing, medicine, Windows internals, and myself. California kid, freshman in college, writing Python between surf sessions and rock climbs. Most of what's here started because something annoyed me on a trail or in the field — a rope question, a pre-hospital protocol, a screen-capture API doing something I didn't ask for — so I built the tool.

Rust and Python, mostly. Half of it is libraries, half is GUIs, occasionally it's a Rust core that makes the whole thing 100× faster.

into right now — climbing rope dynamics · pre-hospital med tooling · Windows internals · geospatial / OSINT

outside the keyboard — skiing the sierras · surfing the coast · WFR field practice · trad climbing anywhere I can drive to

reach me → discord _londo


🛠️   featured

Four I'm proudest of. The full index of 18 projects across 9 domains lives on the site » — filterable by tag and language, with writeups.

🖥️   capture-bypass — Windows screen-capture bypass

Rust Windows 10/11 writeup »

DLL-injection tool that clears WDA_EXCLUDEFROMCAPTURE on Windows 10/11. Multi-crate workspace, egui GUI, Inno installer.

🧠   akribia — precision-weighted Bayesian brain model

Python live demo »

Computational model of precision-weighted Bayesian inference across autism, ADHD, and PPCS — with a live in-browser demo.

💊   drugdose — EMS & clinical dosing calculator

PyPI 49 drugs writeup »

Weight-based dosing, a 49-drug bundled database, and 39 interaction rules with severity + management guidance. Pure Python.

🧗   ropesim — climbing-rope physics engine

PyPI Rust writeup »

UIAA / EN 892 impact-force modelling — damped-spring RK4 core in Rust via PyO3 / Maturin, with a PySide6 3D GUI.


📦   the stack

londo@dev:~$ env | grep STACK
LANGUAGES        = Python · Rust · TypeScript · C++ · Bash
BUILD_AND_SHIP   = PyPI · Maturin · PyO3 · GitHub Actions · PyInstaller · Cargo workspaces
DATA_AND_VIZ     = NumPy · Pandas · Matplotlib · Seaborn · Folium · Vispy
GUI              = PySide6 · Qt · Tkinter · pystray · pywin32
INFRA            = SQLite · Win / Linux / macOS · DLL injection · Win32
CREATIVE         = Nuke · Maya · After Effects · Premiere · AutoCAD · Houdini

🧭   how the work clusters

%%{init: {'theme':'base','themeVariables':{'primaryColor':'#FAF6EC','primaryTextColor':'#2A2418','primaryBorderColor':'#7A5C3A','lineColor':'#7A5C3A','tertiaryColor':'#FFF8EC'}}}%%
mindmap
  root((London))
    Climbing & physics
      ropesim
      Rust + PyO3
      damped-spring RK4
      PySide6 + Vispy
    Pre-hospital med
      drugdose
      vitalscore
      WFR field tooling
    Windows internals
      capture-bypass
      HideDesktopApps
      DLL injection
      Win32 + pywin32
    Geographic / OSINT
      pygeospy
      SAR grids
      EXIF + terrain
    Languages
      Python
      Rust · PyO3 · Maturin
      C++
    Off-keyboard
      trad climbing
      backcountry skiing
      surfing
      WFR
Loading

londo@dev:~$ contributions --animate

Snake eats my commit graph daily. Looks better with the dark theme on.

snake animation


freshman year. just getting started.

discord: _londo

Pinned Loading

  1. capture-bypass capture-bypass Public

    DLL injection tool to bypass screen-capture protection on Windows 10/11

    Rust 22 1

  2. ValoTracker ValoTracker Public

    Real-time VALORANT match tracker — view live player ranks, stats, agents, and party info.

    Rust 1

  3. HideDesktopApps HideDesktopApps Public

    Lightweight Windows system-tray app to hide/show desktop icons, taskbar & all windows via hotkeys. Perfect for ricing, streamers, Wallpaper Engine fans & focus tools.

    Rust 1

  4. drugdose drugdose Public

    EMS & Clinical Drug Dosing Calculator — weight-based doses, IV drip rates, contraindication checking, and drug interaction screening, all in one Python library.

    Python 2 1

  5. vitalscore vitalscore Public

    Provides typed, validated implementations of the clinical scoring tools used in emergency medicine, critical care, and pre-hospital settings — all exposed as clean Python dataclasses with interpret…

    Python 1

  6. ropesim ropesim Public

    RopeSim models lead-fall dynamics using a damped spring / RK4 integration in Rust, exposed to Python via PyO3/Maturin. It ships a full Python API, a five-command CLI, and a PySide6 desktop GUI.

    Python 1