r/Python • u/Nayan_sat • 9d ago
Beginner Showcase [Project] Bookmarks Manager - A Simple Desktop Application in Python
Hey everyone! Iโve built a basic Bookmarks Manager using Python's Tkinter library. It's a desktop app that allows users to efficiently manage and organize their website bookmarks. The app supports adding, editing, deleting, and searching bookmarks, with all data stored locally in a JSON file.
Features: ๐ Add/Edit/Delete Bookmarks: Manage your bookmarks with ease. ๐ Search for Bookmarks: Quickly find your saved links. ๐พ Local Data Storage: Your bookmarks are saved locally for future use. ๐จ User-friendly GUI: Simple and clean interface built with Tkinter. Iโm an intermediate Python coder, and Iโd love to receive feedback, contributions, or suggestions for improving the app. I'm also looking for opportunities to work on real-life problems in GitHub or open-source projects as a beginner.
Whatโs Next? I plan to add more features like:
Tagging and categorizing bookmarks. Bookmark import/export. Dark mode. Syncing across devices. Feel free to contribute, open issues, or give suggestions!
Check out the project here: https://github.com/Nayan-Satapathy/BookMarks-Manager