magmax / python-readchar

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

`readchar.key` direct uses fail #87

Closed Cube707 closed 2 years ago

Cube707 commented 2 years ago

code like this failes with the new version:

import readchar

print(readchar.key.UP)

:x: AttributeError: module 'readchar' has no attribute 'key'

This needs to be fixed as it is required for backwards compatability