`CreatePseudoConsole` is missing from `win32console`
Feature Request: win32console.CreatePseudoConsole
I can't find the CreatePseudoConsole function in the win32console module. I am creating a terminal program but I need pty pipes. The only way to create them is using Window's CreatePseudoConsole function. The documentation for it is here. Are there any plans to support it?
No plans, but I'm happy to keep this open in case someone contributes it.
The problem is that I can't find any libraries that support that so I guess I will have to lean how to use c++ with python.
If you put up a PR here, the CI jobs that run will give you packages you can install with the changes.