Open comments for this post @Greg_ios on Desktop Quick Note Taker · about 1 month ago 20m 33s logged Add note-taking application with system tray support Implemented a Tkinter-based GUI for taking and displaying notes. Integrated JSON file handling for saving and loading notes. Added functionality to show notes in a tree view. Included keyboard shortcut (Ctrl + Alt + N) to open the note-taking app. Set up a system tray icon using pystray for easy access to the application. Added an exit option in the system tray menu to close the application. Included an image asset (notes.png) for the system tray icon. Read more
Open comments for this post @Greg_ios on Desktop Quick Note Taker · about 1 month ago 23m 58s logged Make the basic logic for the Desktop Quick Note Taker. But I have some problems with the show notes Read more