viet-robot-window-safety-checker
A micro rule-based helper that checks whether a window should be closed based
on weather, time of day, and room.
Function:
check_window_safety(weather: str, time_hour: int, room: str) -> WindowSafety
Returns a boolean should_close and a short English reason.
License
MIT