blavejr / OrganiseDesktop

Python script that cleans up a messy desktop
MIT License
92 stars 78 forks source link

Add pythton version checking and OS platform checks #17

Closed joeryan closed 7 years ago

joeryan commented 7 years ago

This allows both python >= 3.4 and python >= 2.6 to be used and raises a not implemented error for platforms other than Windows.

Checks python version and imports the correct Tkinter library Checks platform and raises a NotImplementedError for MacOS and Linux

joeryan commented 7 years ago

I was trying to squash the multiple typo commits into one, but apparently I was not successful. Sorry about the many commits, I was editing on a Linux machine and wanted to test on the windows machine prior to the pull request.

blavejr commented 7 years ago

This looks great @joeryan, thanks for the input.