Python List Comportes sous Windows

import serial.tools.list_ports
print(list(serial.tools.list_ports.comports()))
Ugly Unicorn