···11# dollcode
2233-port of @dis.sociat.ing's [dollcode](https://noe.sh/dollcode/) to python. prints to terminal.
33+port of @dis.sociat.ing's [dollcode](https://noe.sh/dollcode/) to python.
44+55+## install
66+requires uv.
77+88+```sh
99+# install uv with personal package manager, then...
1010+git clone https://tangled.org/bruja.moe/dollcode
1111+```
1212+1313+## usage
1414+`uv run main.py <number>`: convert a positive number to dollcode:
1515+```sh
1616+uv run main.py 676767
1717+# outputs: ▌▖▌▌▘▌▌▘▘▌▌▌
1818+```
1919+2020+`uv run main.py <number> -c`: converts number and copies output to clipboard
2121+```sh
2222+uv run main.py 8008135 -c
2323+# outputs: ▖▖▘▘▌▖▘▖▖▘▌▘▖▘▖ -> 📋 copied!
2424+```