Upgrade to PyQt5
Hi, I was trying to run this repo but it seems PyQt4 is no longer supported by the Qt company (I got Qt5 installed by default using the install steps). Link to PyQt about page.
I've upgraded the bindings to use PyQt5 imports, one of the bigger changes is switching from old-style signals to new-style signals. The commits are available on my fork and I can make a merge request if you want to.
https://github.com/nicluo/slouchy/commit/aa83facd3da47a6c1b75fa5448e156c3b79f0b59
Awesome!
I'd be happy to merge this, just might require some updates to the README as well (as far as the Requirements and Dependencies sections). If you can update for the platforms you know about then it would be most appreciated. If not I'll make sure to get to it.