Skip to content

Instantly share code, notes, and snippets.

View Un-FuckThis's full-sized avatar

My Work Sandbox Un-FuckThis

  • Joined Oct 27, 2025
View GitHub Profile
@Un-FuckThis
Un-FuckThis / OS Financial Checker v1.py
Last active October 29, 2025 14:59
Openserve Fin Checker App
#!/usr/bin/env python3
# OS Financial Checker v1.py - Compacted Discrepancy Hunter (Phase 2: Data Loading - Bugs Fixed)
# Built for the Empire: Modular, Config-Driven, R500K Reclaim Ready
import json
import os
import sys
import logging
from pathlib import Path
from typing import Dict, Any, Optional, Tuple