GoogleBooksApiwithPython
No description available
Install / Use
/learn @dreamvrutik/GoogleBooksApiwithPythonREADME
original.py is the python file which includes both GUI and backend code. GUI is made in TKinter.
You can search by anything you want. Once the book is opened it is stored in cache memory for which cachetools library is used.The program also displays titme taken for data retrieval.
The class gbooks() takes care of all search and loading data to cache memory.
The max size of cache is 50. You can set it by yourself.
It's similar to google books just the difference of GUI.
