Firewall for Internet made with Python socket module
this is just to tell some points -
-
I used my own file for tracking keyboard inputs but if you like you can use the Keyboard module available. To download that module in Windows type this in command prompt -
C:> pip install keyboard
then use,
if keyboard.is_pressed("c"): exit()
-
Socket module can get very complicated so I recommend to check out a video on socket module.
-
Firewall requires a great understanding about internet.
-
This is a low-level firewall so, dont use it inplace of an actual firewall it might not work for some intruders.