ipaddrgen/README.md
2022-03-30 13:34:36 +01:00

29 lines
533 B
Markdown

# ipaddrgen 👩‍💻
### the funny ip address generator
a small cli program written in go that generates random ip addresses and "does things" to them. (often very slowly)
**Q:** *"why would you make this?"*
**A:** I was very bored.
# screenies 📸
![ipaddrgen in action](screenshots/v1term.png)
# install 📀
### requirements:
- [go](https://go.dev/) (currently using 1.17.6)
- that's about it
### how:
windows: `go build -o ./bin/ipaddrgen.exe ./src`
linux/mac: `go build -o ./bin/ipaddrgen ./src`
---
enjoy! ❤