spiki icon indicating copy to clipboard operation
spiki copied to clipboard

Python 3 and QT5 compatibility

Open illgenr opened this issue 3 years ago • 0 comments

Per issue #6: I've modified the program to use Python3 style print() functions and the QT5 QTWidgets module where necessary. A small tweak was also necessary for the file save dialog - the filename tuple needed an index for some reason.

I made these changes since QT4 is a bit of a pain on Windows. QT5 is a simple pip install.

illgenr avatar Nov 29 '20 08:11 illgenr