Skip to content
View DerrickDW's full-sized avatar
πŸ’­
πŸš¬πŸ’ systems unstable but commits stable
πŸ’­
πŸš¬πŸ’ systems unstable but commits stable
  • Joined Feb 17, 2026

Block or report DerrickDW

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
DerrickDW/README.md

Derrick Welch

Builder of strange but useful tools.

Current Projects

  • πŸ“¦ Warehouse PDF Parser β€” automated extraction of parts data from messy PDFs with rule-based cleanup and validation (Python & C# versions)
  • πŸ’ MONKEYTOOLS β€” a chaotic CLI toolbox for automation, diagnostics, and small utilities
  • 🌐 Website Skeleton β€” a lightweight cyberpunk-themed site framework (yes, I touched frontend)
  • πŸ”§ CAR710W Firmware Reverse Engineering β€” firmware exploration and UI asset extraction for the Jensen CAR710W head unit
  • πŸ“„ PDF β†’ TIFF Converter β€” automated conversion tool that solved a legacy workflow issue

Tech

Python β€’ C# β€’ CLI tools β€’ automation β€’ parsing β€’ reverse engineering


πŸš¬πŸ’ systems unstable for a long time


Every developer leaves a tag.

Mine is the monkey.

There's a story behind it β€”
a county fair, some questionable decisions,
and a monkey that probably shouldn't have been smoking.

Hire me and maybe I’ll tell you the rest.

Pinned Loading

  1. warehouse_parser warehouse_parser Public

    python-based PDF text extraction + rule-based parsing that converts warehouse invoice PDFs into structured data.

    Python

  2. warehouse_parserC warehouse_parserC Public

    C# Rewrite for practice

    C#

  3. PDF-TIFF-Converter PDF-TIFF-Converter Public

    windows utility that converts PDFs to fax-safe multipage TIFF files using ImageMagick and Ghostscript. Supports drag-and-drop and virtual printer workflows.

    Python

  4. blk-website-skeleton blk-website-skeleton Public

    Website skeleton for the Bad Luck Klub.

    HTML

  5. car710w-research car710w-research Public

    Reverse engineering the firmware of my Jensen CAR710W head unit to locate and modifiy UI assets such as boot animations and backgrounds.

  6. Password_Strength_Checker Password_Strength_Checker Public

    small Python desktop project exploring password strength scoring, GUI event handling, and PyInstaller packaging.

    Python