Skip to content
View BleedingCodes's full-sized avatar

Block or report BleedingCodes

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.

Content in all repositories owned by your account will be closed.
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
BleedingCodes/README.md

Hey, I'm Michael

I'm an electronics technician who experiments with Python and AI to build tools that are actually useful. Most of what's here started because I needed it at one point or another. Some of it is just me exploring AI and Python because I like knowing how things work under the hood.

Everything runs on Linux. Everything is Python.

Python Linux MIT pygame PyQt5 OpenCV SSH SQLite numpy


What's Here

Repo What it does
microcam-benchscope PCB inspection workstation — HDMI microscope, OCR, measurements, focus stacking, HDR
sftp-ultra SFTP engine built for production — concurrent workers, SHA-256 verification, SQLite journal
security-scanner Local read-only scanner for exposed secrets in JSON, config, and text files
highlight-scraper Captures mouse-highlighted text to SQLite — CLI, GUI, and system tray
multi-file-diff-tool All-vs-all file diff and 3-way merge — GUI + CLI, HTML reports, stdlib only
pyqt-camera-dashboard Multi-camera RTSP live dashboard with recording and encrypted credentials
ssh-vid-mover Moves video files over SSH safely — size verification, .part download pattern
evoforge 2D artificial life sim — neural agents evolve on their own, no scripted behavior
PureTrace CPU-only path tracer in pure Python — physically-based materials, zero dependencies
lumen-lang A programming language I built in Python — lexer, parser, bytecode compiler, stack VM, REPL
matrix-rain Matrix-style live wallpaper — pygame, X11/xwinwrap, CLI configurable
bleedingtones Terminal audio triggers for builds, scripts, and CI hooks
meta-prompt-engine Browser-based prompt engineering tool for building and refining AI prompts
guided-build-framework Prompt framework for idea generation and execution-focused evaluation
rd-idea-engine R&D research and stress-test tool — three versions: browser (OpenAI), CLI (Anthropic), local (Ollama)

Modification Guides

Full architecture and extension guides for every repo above: github.com/MR-MainbyteLabs/bleedingcodes-modification-guides


The Tools Side

If you want docs, setup guides, or custom Python tooling for your lab or team — that's at MainbyteLabs.


Philadelphia, PA — Electronics Test Technician III @ L3Harris

Pinned Loading

  1. microcam-benchscope microcam-benchscope Public

    Linux HDMI microscope and USB capture-card workstation for PCB inspection, OCR, measurements, focus stacking, HDR fusion, and electronics repair.

    Python 1 1

  2. evoforge evoforge Public

    Interactive 2D artificial-life simulator — neural agents evolve movement, vision, diet, and behavior with no scripted logic.

    Python

  3. sftp-ultra sftp-ultra Public

    Production SFTP transfer engine — concurrent workers, resumable downloads, SHA-256 verification, SQLite journal

    Python 1

  4. lumen-lang lumen-lang Public

    A programming language in Python — lexer, Pratt parser, bytecode compiler, stack VM, REPL

    Python

  5. PureTrace PureTrace Public

    CPU-only path tracer in pure Python — PBR materials, BVH, OpenEXR, zero dependencies

    Python

  6. meta-prompt-engine meta-prompt-engine Public

    HTML