Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/futuresea-dev/lms-app

Library Management System APP
https://github.com/futuresea-dev/lms-app

android cross-platform kivy kivymd kvlang mobile-development python

Last synced: about 4 hours ago
JSON representation

Library Management System APP

Awesome Lists containing this project

README

        

# 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](https://github.com/futuresea-dev/LMS-app/blob/main/image/Screenshot_5.png?raw=true)

- Signup page

![alt text](https://github.com/futuresea-dev/LMS-app/blob/main/image/Screenshot_1.png?raw=true)

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

![alt text](https://github.com/futuresea-dev/LMS-app/blob/main/image/Screenshot_2.png?raw=true)

- Book favorite page

![alt text](https://github.com/futuresea-dev/LMS-app/blob/main/image/Screenshot_3.png?raw=true)

- Profile page

![alt text](https://github.com/futuresea-dev/LMS-app/blob/main/image/Screenshot_4.png?raw=true)

- Backgroud image
- Action bar
- Search bar
- Dark theme

####

# Install

- clone

```bash
git clone https://github.com/futuresea-dev/LMS-app
```

- requiremets

```bash
pip install -r requirements.txt
```

- run

```bash
python3 main.py
```