akarri2001 / Notion-and-Google-Calendar-2-Way-Sync

2 Way Sync Between Notion Database and Google Calendar
GNU General Public License v3.0
352 stars 50 forks source link

Implement user-friendly GUI to manage script execution and visibility #32

Open Thanush1804 opened 8 months ago

Thanush1804 commented 8 months ago

Key features: Introduces a user-friendly GUI to Start/Stop the original Source Code Improved user experience with a dedicated GUI( this can be improved in future to make the whole setup of the api simpler for the users) Offers real-time status display for continuous monitoring(in case if the sync does not happen) Saves a log in case of error Can be minimized to tray for unobtrusive operation.

Advantages over VBS approach: Enhanced visibility and control through Task Manager.(VBS Script not displayed in task manager) Seamless integration with system startup( After making executable file with UserInterface.py, its shortcut could be placed in Startup Folder) Screenshot (28) Screenshot (29)

astronaut954 commented 4 months ago

What is this tkinter modulo? It doesn't exist anymore, can't download using "pip install tkinter".