Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/futuresea-dev/lms-app
- Owner: futuresea-dev
- Created: 2023-01-25T14:53:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T16:08:54.000Z (almost 2 years ago)
- Last Synced: 2023-04-28T08:35:40.851Z (over 1 year ago)
- Topics: android, cross-platform, kivy, kivymd, kvlang, mobile-development, python
- Language: Python
- Homepage:
- Size: 51.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```