This the source code for a gui viewer of data in pydb file, made in the BivittatusDB repository. While not much has been done here, due to lack of skills on my part, I'm hoping somebody could be inspired to help out.
I don't have much of an idea of what is needed here, but I think it should include three things:
- A menubar to access/update files
- A database tree to open tables
- A table viewer
- A python emulator where the table can be updated using code
- I've included some files that are likely necissary for creation of the code including the database handler code and encryption code, but more source code from BivittatusDB may be needed.
- The files are triple encrypted by user request, so a way of checking if encrypted will likely be needed.
- Soon Files will be compressed before encryption as well, so that may be needed as well.
- A database file can be created using the source code of BivittatusDB