04-05-2022 03:33 AM
Is there away to import python modules other then the ones the comes with the iot-python-api in packet tracer? For instance if I want to do this:
import keyboard
if keyboard.is_pressed('W'):
do_something()
I have keyboard installed on my local pc but at the moment, I get an error: no module name keyboard.
Cheers