bookStore
It is desktop based application i.e. bookStore
Here I used only one python library i.e. Tkinter for the graphics and
Used Sqlite3 for database<>br
In that application done following things:
- View the stock of book
- Add new entry
- Delete selected entry
- Update selected entry
- Search the entry
In this application I used pyinstaller to to create executable file
to download pyinstaller use pip install pyinstaller