ihaveamac / ninfs

FUSE filesystem Python scripts for Nintendo console files
MIT License
436 stars 18 forks source link

Use a more accessible gui toolkit #92

Open ihaveamac opened 2 years ago

ihaveamac commented 2 years ago

Tkinter doesn't support screen reader functionality, so another one should be used. It seems wxWidgets/wxPython has the best support out of the popular gui toolkits for Python.

Related: https://github.com/ihaveamac/custom-install/issues/61