We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbb398 commit d080eccCopy full SHA for d080ecc
readme
@@ -0,0 +1,11 @@
1
+This is a simple beginner-friendly Python project that sweeps a subnet and shows which IP addresses respond to a ping request.
2
+
3
+## ✨ Features
4
+- Works on Windows, Linux, and macOS
5
+- Very easy for beginners to understand
6
+- Scans IPs from `.1` to `.254`
7
+- No external libraries required
8
9
+## 🚀 How to Run
10
+```bash
11
+python ip.py
0 commit comments