/NGMTVHLK

Nigeria Vehicle Plate Number Lookup

Primary LanguagePython

This repo allows you to trace the details of a vehicle owner based on the vehicle's plate number in the cases of hit and run accident. It uses a publicly available database and API from the FRSC to retrieve the information.

Requirements

Python 3.x
requests library (can be installed using pip install requests)
Flask 

Usage

Clone repo
Open a terminal and navigate to the directory it is located.
Run it using the following command: **python looku_looku.py PLATE_NUMBER** (replace PLATE_NUMBER with the actual plate number of the vehicle).
This will output the details of the vehicle owner, including their name, address, and contact information.