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

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

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].