Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.51 KB

README.md

File metadata and controls

65 lines (43 loc) · 1.51 KB

Car Plate IL Search

This application allows you to search for car license plates in Israel based on color, model, and partial license plate number.

Usage

Console App

To use the console app version, follow these steps:

  1. Clone the repository.

  2. Open a terminal or command prompt.

  3. Navigate to the project directory.

  4. Run the following command:

    python console.py
  5. Enter the car color, model, and partial license plate number when prompted.

  6. The console app will display the matching license plate numbers.

GUI App

To use the console app version, follow these steps:

  1. Clone the repository.

  2. Open a terminal or command prompt.

  3. Navigate to the project directory.

  4. Run the following command:

    python app.py
  5. Enter the car color, model, and partial license plate number when prompted.

  6. The console app will display the matching license plate numbers.

Web Interface

To use the web interface version, follow these steps:

  1. Clone the repository.

  2. Open a terminal or command prompt.

  3. Navigate to the project directory.

  4. Run the following command:

    python web_app.py
  5. Open a web browser and visit http://localhost:5000.

  6. Enter the car color, model, and partial license plate number in the provided input fields.

  7. Click the "Search" button.

  8. The web interface will display the matching license plate numbers.

Screenshots

GUi App

Console App

Web Interface

Web Interface