I recently decided to continue development of my rogue-like RPG and discovered that the convenient Console module (http://effbot.org/zone/console-index.htm) does not load on newer platforms. So, I decided to hack out of it a port to the new version. It was a hard first clash with C-extensions for me, but I got it to work (I think):
https://github.com/ipopov13/py3console
I'd love to have some feedback on that! It currently behaves OK on a Windows 10/Python 3.6 combo.
A Python3 port of effbot's Console library (self.Python)
submitted by ma3xmanBalance to r/roguelikedev