Earn 6,000 ($60.00)
[TRANSLATION] Convert C++ Code Utilizing Various Windows APIs to Python
Bounty Description
tl;dr I have around 300 lines of C++ code that need to be converted into Python. It uses some Windows APIs to work. Repo Link: https://github.com/roshkins/IddSampleDriver. Please include previous bounty work and experience with Windows APIs. I will tip up extra for fast work!
Problem Description
IddSampleDriver allows virtual displays to be created without any physical hardware. This is very useful when wanting to extend screen size, among other things. However, the code is written in C++ utilizing Windows APIs. It is also made to be a driver. I would like to convert this to Python and make it a normal program, not a driver. Just convert the code to python. I don't mind it having multiple files or many dependencies.
Acceptance Criteria
I should be able to run the code successfully after installing the dependencies if any. It can use any Windows API Python library (ctypes, win32api, etc).
Future Work
If all works out well, the bounty hunter may be assigned future bounties with increasing amounts of pay.