This is a simple library manager application that allows you to add, edit, delete and search for books in a library.
Technologies used: Python, SQLite, Tkinter
This project was created as an investigatory project for 12th grade Computer Science course. (Dipam Sen and Arghya Kumar)
The project report (PDF) is available in the docs folder.
(WIP)
(WIP)
To compile the project yourself, make sure you have Python 3.11 installed.
Then, run the following command:
python -m pip install -r requirements.txtTo run the project, run the following command:
make runAlternatively, you can download the source files as a ZIP archive and run the main.py file.