Skip to content

Um programa que criar uma lista de livros, em um banco de dados, e que nenhum livro pode se repetir.

Notifications You must be signed in to change notification settings

flavia-costa/booksMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

📗 Books

✏️ Project Description

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.

🔨 Features and Application

☑️ 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.

📂 Project access

🔘 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.

📦 Implantation

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.

💻 Technologies

⚫ Python

⚫ SQLite

About

Um programa que criar uma lista de livros, em um banco de dados, e que nenhum livro pode se repetir.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages