I have created a MacOS Statusbar (and scheduler) for CanvasSync.
It is executed by running /GUI/macos_statusbar.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?
This is also my first GitHub-Project I am contributing to and one of my first Python-Projects so it would be nice to get feedback and maybe you could tell me how to make my code better (maybe you cloud even refactor it if you have enough spare time).
Still ToDo:
Allow other passwords than just 'NotSafePassword' / store it somewhere safe
Add Preferences GUI.
Change automatic 'daily' sync to actual daily sync. Currently it syncs at system startup.
Hey there,
I have created a MacOS Statusbar (and scheduler) for CanvasSync.
It is executed by running
/GUI/macos_statusbar.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?
This is also my first GitHub-Project I am contributing to and one of my first Python-Projects so it would be nice to get feedback and maybe you could tell me how to make my code better (maybe you cloud even refactor it if you have enough spare time).
Still ToDo:
Best wishes Sven