I wrote a code in Python for converting Serbian Latin letters into Cyrillic and vice versa, it was meant to be a tool for AutoCAD, but I can't seem to figure out a way to make it work in AutoCAD. Has anyone worked with Python and AutoCAD before, is something like this possible?
Actually, plugins for AutoCAD are written in .Net (C# or BASIC). For the pros there is C++ (ObjectArx). For very simple macros, you can use LISP scripts. But Python is not directly supported. However, enthusiasts come up with workarounds. For example, read here: https://pypi.org/project/pyautocad/
@daniel_cadext has a C++ wrapper library for python. He works on it at the swamp. If you want help for it here, ask your questions in the .NET forum.
Can't find what you're looking for? Ask the community or share your knowledge.