This is a Python application that allows users to manage a list of books.
It ensures that no book is repeated, as the book title is used as the primary key.
☑️ Allows users to create a database to add books.
☑️ Adding the book by its title and author.
☑️ The system also also lets users delete books and view all books that have already been added.
🔘 To use this project, you need to download both the 'main.py' file and the 'booksMenu.py' module and save them in the same folder on your computer.
🔘 The 'main.py' file needs to be executed to access the book management system, while the 'booksMenu.py' module contains the necessary functions to manage the books list.
🔘 Execute the 'main.py' file and follow the instructions on the screen to manage the books list.
Although this system is primarily designed for storing books, it can be customized to serve any other purpose as well.
The users have the flexibility to add multiple pieces of information to be stored, making it a versatile solution for data management.
⚫ Python
⚫ SQLite