A library database with a friendly GUI. Will keep track of all your books.
- Add a book to the database
- Delete a book from the database
- Alphabetically order them by title or author
- Provides a printable option of all your books displayed neatly and alphabetically on a word document
- Kivy==1.11.1
- docutils==0.15.2
- Making GUIs with Kivy
- Improved my OOP comprehension with Python
- List and dictionary sorting
- Working with sqlite3