four-word-networking 2.6.0

Convert IP addresses to memorable, family-friendly word groups. Interactive TUI with real-time autocomplete. IPv4 = 4 words, IPv6 = 6-12 words. Perfect reconstruction with progressive hints.
Documentation
1
2
3
4
5
6
def main():
    print("Hello from three-word-networking!")


if __name__ == "__main__":
    main()