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
7
8
9
10
11
12
13
[project]
name = "three-word-networking"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "datasets>=4.0.0",
    "pandas>=2.3.1",
    "pronouncing>=0.2.0",
    "syllables>=1.0.9",
    "wordfreq>=3.1.1",
]