Skip to content

Simple program to lookup information about vehicles registered in Singapore using their license plates. Also calculates the checksum to determine valid plates.

Notifications You must be signed in to change notification settings

Bloodlusted/CarLookupSG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Car Lookup SG

Simple Python program to retrieve the make/model and road tax expiry date of vehicles registered in Singapore from LTA's database.

They don't have an API for this (as far as I'm aware) so I am scraping their site.

Instructions

You just need Selenium to run the program.

pip install selenium

Then, just run the program and enter the license plate of the vehicle you want to look up.

Image

The program also calculates the vehicle plate checksum to determine if it's a valid plate.

Image

Note: This is a very early WIP and I will be improving it. The end goal is to deploy a web app.

About

Simple program to lookup information about vehicles registered in Singapore using their license plates. Also calculates the checksum to determine valid plates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages