four-word-networking 2.4.0

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


if __name__ == "__main__":
    main()