Skip to content

LambdaDrive/Libraryproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libraryproject

How to Run

Requires Tk and sqlite3

Dependencies Install:

pip3 install -r requirements.txt

Help

For the program, just run the following command start in the terminal

    python3 ./src/interface.py

Or make the file executable with the following command

    chmod +x ./src/interface.py

How to use

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

About

Simple library crud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages