Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lib2dlp-0.0.10.tar.gz (526.0 kB view hashes)

Uploaded Source

Built Distribution

lib2dlp-0.0.10-py2.py3-none-any.whl (594.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page