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.
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.
The program also calculates the vehicle plate checksum to determine if it's a valid plate.
Note: This is a very early WIP and I will be improving it. The end goal is to deploy a web app.