Skip to content

A Python tool to quickly check Queensland vehicle registration details using the official Queensland Transport website.

Notifications You must be signed in to change notification settings

lucas1737/Queensland-Plate-Searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Queensland Plate Searcher πŸš—πŸ”

Queensland Plate Searcher
Release

Welcome to the Queensland Plate Searcher repository! This Python tool allows you to quickly check vehicle registration details in Queensland using the official Queensland Transport website. It automates the process, making it simple and efficient to find the information you need.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Contributing
  5. License
  6. Support

Features

  • Fast Searches: Quickly retrieve vehicle registration details with minimal input.
  • Automation: Utilize headless browsing for seamless operation.
  • User-Friendly: Designed for personal use, with a straightforward command-line interface.
  • Web Scraping: Leverage the power of Selenium to extract data from the Queensland Transport website.
  • Customizable: Modify the code to suit your specific needs.

Installation

To get started, you need to download the latest version of the Queensland Plate Searcher. You can find the releases here. Once you have downloaded the package, follow these steps:

  1. Extract the files: Unzip the downloaded file to your desired location.

  2. Install dependencies: Open your command line interface and navigate to the extracted folder. Run the following command to install the required packages:

    pip install -r requirements.txt
  3. Set up the environment: Ensure you have Python and Selenium installed on your machine. You may also need to install a web driver compatible with your browser.

Usage

Once you have completed the installation, you can start using the Queensland Plate Searcher. Here’s how:

  1. Open your command line interface.

  2. Navigate to the project directory:

    cd path/to/Queensland-Plate-Searcher
  3. Run the script:

    python plate_searcher.py <registration_plate>

    Replace <registration_plate> with the actual registration number you want to check.

  4. View results: The script will output the vehicle registration details directly in your command line.

Example

To check the registration details for a plate number XYZ123, you would run:

python plate_searcher.py XYZ123

Contributing

We welcome contributions to improve the Queensland Plate Searcher. If you have suggestions or enhancements, please follow these steps:

  1. Fork the repository: Click on the "Fork" button at the top right corner of the page.

  2. Create a new branch: Use a descriptive name for your branch:

    git checkout -b feature/your-feature-name
  3. Make your changes: Implement your feature or fix.

  4. Commit your changes:

    git commit -m "Add your message here"
  5. Push to your branch:

    git push origin feature/your-feature-name
  6. Create a pull request: Go to the original repository and click on "New Pull Request."

License

This project is licensed under the MIT License. You can freely use, modify, and distribute this software, but please maintain the original license and credit the authors.

Support

If you encounter any issues or have questions, please check the Releases section for updates. You can also open an issue in the repository for assistance.


Thank you for using the Queensland Plate Searcher! We hope it makes your vehicle registration checks easier and more efficient.

About

A Python tool to quickly check Queensland vehicle registration details using the official Queensland Transport website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages