What is Nostr?
Targoyle / たーごいる
npub1tar…hjvn
2024-11-05 07:07:03

Targoyle on Nostr: /run python import pkgutil def list_installed_packages(): installed_packages = ...

/run python
import pkgutil
def list_installed_packages():
installed_packages = sorted([package.name for package in pkgutil.iter_modules()])
for package in installed_packages:
print(package, end=',')
list_installed_packages()
Author Public Key
npub1targ0yle577hpqnumt2u2em78eve07jn6zfq42kyuvp2cr2garnseahjvn