What is Nostr?
Scott Williams 🐧 /
npub1hmh…satr
2023-11-13 20:24:37

Scott Williams 🐧 on Nostr: Want to print a random #unicode codepoint in a shell for some reason? #Python to the ...

Want to print a random #unicode codepoint in a shell for some reason? #Python to the rescue!

python -c 'import random; print(chr(random.choice(range(0,int(0x10FFFF + 1)))))'
Author Public Key
npub1hmhz33j9p66ayxlegfuarul5refyepatlp3e8q6mghn2r6vrjrns0msatr