Requires Tk and sqlite3
pip3 install -r requirements.txt
For the program, just run the following command start in the terminal
python3 ./src/interface.pyOr make the file executable with the following command
chmod +x ./src/interface.pyAdd book button:
- Adds a book to the library.
Remove a book button:
- Removes a book from the library.
Update book info button:
- Updates a book info based on the book id.
Exit button:
- Exits the program.