magmax / python-readchar

Python library to read characters and key strokes
MIT License
143 stars 45 forks source link

readchar unittest functional on windows #68

Closed Cube707 closed 2 years ago

Cube707 commented 2 years ago

I took the time to make unittest for windows.

They test all ascii characters and the spectial key that should be supported (ESC, arrow keys, F1-F12, etc.)

The test currently fail, because the windowspart still isn't working properly. as explained in #66. This test can be used to properly solve this issue.

Cube707 commented 2 years ago

contained in #71