Skip to content

futuresea-dev/LMS-app

Repository files navigation

Library Management System

Kivy android app with login page

Create the simplest Kivy mobile app with django backend

As the user of this app, sign in using my email and password see a list of the all books with their authors add/remove books to my favorites

Includes .kv file

  • Login page

alt text

  • Signup page

alt text

  • Book List page with author, description, price and favorite (add/remove)

alt text

  • Book favorite page

alt text

  • Profile page

alt text

  • Backgroud image
  • Action bar
  • Search bar
  • Dark theme

Install

  • clone
git clone https://github.com/futuresea-dev/LMS-app
  • requiremets
pip install -r requirements.txt
  • run
python3 main.py