perslev / CanvasSync

Synchronise modules, assignments and files located on a Canvas by Instructure web server to your local computer.
MIT License
63 stars 28 forks source link

Statusbar for MacOS and Windows #18

Open vanalmsick opened 4 years ago

vanalmsick commented 4 years ago

Hey there,

I have created a MacOS and Windows Statusbar (and scheduler) for CanvasSync.

windows_systemtray 62369830-3349a480-b531-11e9-92d2-eaf926a4206a

It is executed by running /GUI/macos_statusbar.py or /GUI/windows_systemtray.py and it can be added to the system startup by executing /GUI/startup_installer.py (a function to remove it from system startup is also included).

Maybe @perslev you can add an "install statusbar at system startup" option in the command-line prompt?

Still ToDo:

Best wishes Sven

yalip commented 2 years ago

Hi,I met an error stating "UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 75: ordinal not in range(128)". Any solutions? thank you!