my version of @dis.sociat.ing's dollcode algorithm in python
at main 15 lines 314 B view raw
1[project] 2name = "dollcode" 3version = "1.0.1" 4description = "converts input into dollcode" 5readme = "README.md" 6requires-python = ">=3.13" 7dependencies = [ 8 "pyperclip>=1.11.0", 9] 10[tool.basedpyright] 11venvPath = "." 12venv = ".venv" 13reportUnusedCallResult = false 14reportAny = false 15reportUnknownMemberType = false