- First.therad : Add hot key F4: START F5 : STOP
- Second.thread : As TCP/IP Client role send key data to Server
- Third.thread : As Key Hooker send pressed key data to Second.thread
- Python : 3.10.5
- Library : pyautogui
pip install pyautogui
- (https://yhkim4504.tistory.com/2) - Client Side Daemon thread
- (https://webnautes.tistory.com/1381) - Python Socekt Commuinication