🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

PythonDm32

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PythonDm32

dm.dll user to python

pipPyPI
Version
1.1.0
Maintainers
1

pip 安装 pip install pythonDm

一个python调用大漠插件的库, 支持7.2450版本和3.1233版本的dm

7.2450 版本会获取管理员权限, 或者提前手动在程序属性里面设置管理员启动也可以。

7.2450版本需要 购买大漠插件的 vip注册码和附加码

3.1233版本可以免注册调用。这个版本是免费使用版本的最后版本。

""" 导入方式: from PythonDm import * from PythonDm import Dm import PythonDm """

from PythonDm import Dm import time

def test_create_dm_vip(): dm = Dm(version=7, reg_code_append_key="your_key", reg_code="your_reg_code") while 1: print('循环中') time.sleep(1)

def test_create_dm_3(): dm = Dm() while 1: print('循环中') time.sleep(1)

if name == 'main': test_create_dm_vip()

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts