PCRT icon indicating copy to clipboard operation
PCRT copied to clipboard

Python3 support, autopep8 formatting, fix for os.startfile()

Open skypeachblue opened this issue 3 years ago • 1 comments

New pull request for the correct branch

Converted to Python3 Formatted the code with autopep8 os.startfile() is a windows-only function, I created the startfile() function which checks the platform and calls the correct function to make this work on Linux

Tested with the example files on Manjaro Linux Python 3.10

skypeachblue avatar Aug 30 '22 10:08 skypeachblue

Can you test this version on Python 3.8 or Python 3.6? I think they are more popular one for users.

sherlly avatar Aug 31 '22 07:08 sherlly