Data Loss Prevention (DLP) TEST
Project description
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Supported Python Versions
Python >= 2.7.14
Deprecated Python Versions
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Linux
pip install virtualenv
<your-env>/bin/pip install lib2dlp
Windows
pip install virtualenv
<your-env>\Scripts\pip.exe install lib2dlp
Preview
QQCapture
def QQCapture(): sysstr = platform.architecture() if sysstr[0] == '64bit': print u"暂不支持64位系统" return False else: try: dll = ctypes.cdll.LoadLibrary("lib\\CameraDll.dll") except Exception as e: print("Dll load error!") return else: try: dll.CameraSubArea(0) except Exception as e: print("Sth wrong in capture!") return True return True
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size lib2dlp-0.0.10-py2.py3-none-any.whl (594.6 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size lib2dlp-0.0.10.tar.gz (526.0 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for lib2dlp-0.0.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 287c8ac6ed85776633092437384113cbab1a0ae50dca838d4ec9fe5ea42e3369 |
|
MD5 | 46d6c3ca68367903c5c6abb0320f7c90 |
|
BLAKE2-256 | 1caef0a13b75ce74a74f38fc9ab379849e842ad4925b2f0539d1c7e5dce610b3 |