An open API service indexing awesome lists of open source software.

https://github.com/lvillis/python-dm.dll

🐍 Dm.dll Python Wrapper
https://github.com/lvillis/python-dm.dll

Last synced: 4 months ago
JSON representation

🐍 Dm.dll Python Wrapper

Awesome Lists containing this project

README

        

# Python-Dm.dll
*🐍 Dm.dll Python Wrapper.*

[![](https://img.shields.io/github/license/lvillis/python-dm.dll?style=flat-square)](https://github.com/lvillis/python-dm.dll)
[![](https://img.shields.io/github/repo-size/lvillis/python-dm.dll?style=flat-square&color=328657)](https://github.com/lvillis/python-dm.dll)
[![Github Actions](https://img.shields.io/github/actions/workflow/status/lvillis/python-dm.dll/publish-to-test-pypi.yml?style=flat-square)](https://github.com/lvillis/python-dm.dll/actions)
[![](https://img.shields.io/github/last-commit/lvillis/python-dm.dll?style=flat-square&label=commits)](https://github.com/lvillis/python-dm.dll)
[![](https://img.shields.io/pypi/dm/python-dm?style=flat-square)](https://github.com/lvillis/python-dm.dll)

---

```
pip install python-dm
```

```
from python_dm import Dm

dm = Dm()
dm.Reg(reg_code='your reg_code', ver_info='')
```