Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

python-discid

Compare

  Analyzed about 3 hours ago

libdiscid python binding

876 lines of code

1 current contributors

almost 3 years since last commit

3 users on Open Hub

Inactive
0.0
 
I Use This

WinAppDbg module for Python

Compare

  Analyzed about 12 hours ago

The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment. It uses ctypes to wrap many Win32 API calls related to debugging, and provides an object-oriented abstraction layer to manipulate threads, libraries and processes, attach ... [More] your script as a debugger, trace execution, hook API calls, handle events in your debugee and set breakpoints of different kinds (code, hardware and memory). Additionally it has no native code at all, making it easier to maintain or modify than other debuggers on Windows. [Less]

0 lines of code

0 current contributors

about 7 years since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

python-mss

Compare

  Analyzed about 10 hours ago

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes. - Python 2 & 3 and PEP8 compliant, no dependency; - very basic, it will grab one screen shot by monitor or a screen shot of all monitors and save it to a PNG file; - but you can use PIL and benefit from ... [More] all its formats (or add yours directly); - it could be easily embedded into games and other softwares which require fast and plateforme optimized methods to grab screenshots; - MSS stands for Multiple ScreenShots; - insanely fast, did I say it? You can install it with pip: pip install --upgrade mss [Less]

2.28K lines of code

5 current contributors

about 2 months since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

python-liblockfile

Compare

  No analysis available

A Python wrapper around liblockfile, using ctypes.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: AGPL3_or_...