# Shows the list of installed libraries (in /lib)

import os

print("Hello!")
print("I have the following libraries installed:")
print()

color_pink = "\033[35;1m"
color_reset = "\033[0m"

for libname in os.listdir("/lib"):
  print("* {}{}{}".format(color_pink, libname, color_reset))
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT