class documentation
Manages the DobotAsync instance and provides a method to initialize the GUI. This class acts as the main entry point for the programmer.
Method | __init__ |
Undocumented |
Method | initialize |
Initializes and runs the Tkinter GUI for Dobot control. This method ensures the asyncio loop runs in a separate thread. |
Instance Variable | async |
Undocumented |
Instance Variable | dobot |
Undocumented |
Instance Variable | loop |
Undocumented |
Instance Variable | root |
Undocumented |
Method | _on |
Handles the window closing event. |
Method | _run |
Runs the asyncio event loop in a separate thread. |