I have created an executable GUI based application of an BookStore through Python. There are 2 files, one is 'frontend.py' and the second 'backend.py'. The frontend.py file is the driver program also, ...