Skip to content

Instantly share code, notes, and snippets.

View sky9262's full-sized avatar
🗾
コーディングオタク

Akash Kumar sky9262

🗾
コーディングオタク
View GitHub Profile
#!/usr/bin/env python3
"""
Cat Monitoring Client - Silent version with --show flag support
"""
import argparse
import socket
import sys
import threading
import time