Python3 Network Scanner
This was a fun learning experience. Due to time constraints. Don't forget the /24 to scan entire network range. You have to manually add the scan("YourGateWayIpAddress/24") manually in the code, for it to discover network devices. Example to scan you entire subnet:
scan("X.X.X.X/24"), your Gateway.