Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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 keyboardif keyboard.is_pressed('W'): do_something() I have keyboard installed on my local pc ...