You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `AutoCADlib` module provides a comprehensive interface for interacting with AutoCAD through Python. It leverages the COM client to automate tasks within AutoCAD, allowing for efficient manipulation of drawings and objects.
23
+
The `AutoCAD` module provides a comprehensive interface for interacting with AutoCAD through Python. It leverages the COM client to automate tasks within AutoCAD, allowing for efficient manipulation of drawings and objects.
24
24
25
25
## Features
26
26
@@ -36,7 +36,7 @@ The `AutoCADlib` module provides a comprehensive interface for interacting with
36
36
Ensure you have Python installed along with the necessary packages:
37
37
38
38
```bash
39
-
pip install AutoCADlib
39
+
pip install AutoCAD
40
40
```
41
41
42
42
## Usage
@@ -46,7 +46,7 @@ pip install AutoCADlib
46
46
To start using the module, initialize the `AutoCAD` class:
0 commit comments