add controller
This commit is contained in:
9
main.py
Normal file
9
main.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from controller import Controller
|
||||
|
||||
controller = Controller(vm_name="KUbuntu-23.10", username="username", password="password", host="192.168.56.101")
|
||||
|
||||
input("enter to continue")
|
||||
img = controller.get_state()
|
||||
print(img)
|
||||
input("enter to continue")
|
||||
controller.step()
|
||||
Reference in New Issue
Block a user