https://github.com/mosk53/safecycle
App Prototype
https://github.com/mosk53/safecycle
database kivy kivymd mysql python security
Last synced: over 1 year ago
JSON representation
App Prototype
- Host: GitHub
- URL: https://github.com/mosk53/safecycle
- Owner: mosk53
- Created: 2022-07-05T16:22:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T21:36:26.000Z (over 3 years ago)
- Last Synced: 2025-01-14T10:27:10.009Z (over 1 year ago)
- Topics: database, kivy, kivymd, mysql, python, security
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bike Theft Check App
This is a Python project using KivyMD that helps users to check if a bike has been reported as stolen.
Users can input the bike's frame number (also known as a "chassis number" or "VIN")
and the app will search through a database of reported stolen bikes to see if the input number matches any records.
Please note that this app is still under development and there are currently no screenshots available.
## Installation
1. Clone the repository:
``` git clone https://github.com/mosk53/safecycle ```
2. Install the required packages:
``` pip install -r requirements.txt ```
3. Run the app:
``` python main.py ```
## Usage
1. Input the bike's frame number (VIN).
2. Click the "Check" button.
3. If the bike has been reported as stolen, a message will be displayed informing the user that the bike has been reported as stolen.
4. If the bike has not been reported as stolen, a message will be displayed informing the user that the bike has not been reported as stolen.
## Credits
This project was created by [Temur](https://github.com/mosk53). The database of reported stolen bikes was obtained from [bikeindex.org].