Desktop app for bookmarks management.
There is a button for each stored bookmark. When the button is clicked the relevant web page opens.
The bookmarks are stored in a file. Whe the app is activated all bookmarks are loaded from the file.
New bookmarks can be added by clicking on "Add New Bookmark" button. User must enter a name of the new bookmark and the URL related.
Existing bookmarks can be removed and highlighted for convenience.
Application window size is updated when new bookmark is added.
To run the app run the file "bookmarker_2.1.py" with Python. Newly added data is saved on exit - click on "Save & Exit" to shut down the app instead of closing the window.