This is yet another fictionbook librarian. This program may be used to store and categorise books in .fb2 format.
When I havn't found any .fb2 librarian for Linux, I've decided to write own. Later I found one (jFBLibrarian), but it's written in Java and is not very usable on my Acer Aspire One with 512MB RAM. So, I'm still trying to write simple own one...
The project was started with name wxBookshelf and was written in C++, using wxWidgets as GUI and SQLite as database driver. At some moment, I'v decided to switch to Python, still using wxWidgets(wxPython) and SQLite. The librarian was renamed to AnFiBoL (Another FictionBook Librarian).
Downloads
Windows: Binary installer (.exe) with all needed included.
MacOS: Packed application (.app.zip). All needed libs are included, but I havn't tested it.
You may download a source code distribution(see "Downloads" tab), and install it (sudo python setup.py install). You have to have wxWidgets, sqlite3 and their python bindings installed in such case.