A package to fetch vehicle details and images based on license plate numbers
Project description
PyRTO
PyRTO is a Python package that allows you to fetch vehicle details and images based on license plate numbers.
Installation
You can install the package using pip:
pip install pyrto
Usage
You can use PyRTO either as a Python package or via command line.
As a Python package:
from pyrto import fetch_vehicle_details, fetch_vehicle_image
license_plate = "MH46CE6708"
# Fetch details
details = fetch_vehicle_details(license_plate)
if details:
print(details)
# Fetch image
image = fetch_vehicle_image(license_plate)
if image:
image.show()
Via command line:
To fetch vehicle details:
pyrto -lp MH46CE6708
To fetch and display the vehicle image:
pyrto -img MH46CE6708
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrto-0.1.1.tar.gz
(3.7 kB
view details)
Built Distribution
pyrto-0.1.1-py3-none-any.whl
(4.3 kB
view details)
File details
Details for the file pyrto-0.1.1.tar.gz
.
File metadata
- Download URL: pyrto-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5112ffa54d1176caef0bd6bd607a097c9932d4ac1c4a032e12208b1b9dd54e4b
|
|
MD5 |
7bae39b4935a3a3eb19ebd9862943636
|
|
BLAKE2b-256 |
17257c32e37994ebf6b3d55b0195e9216514d803a74ccdc0818f02a8e7c84d71
|
File details
Details for the file pyrto-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pyrto-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ca9914d88742a03715a070d58996ef4169a61a40f9c0a89ef947aa368c1621fb
|
|
MD5 |
72fda987d1db5c17404827da603551d0
|
|
BLAKE2b-256 |
27f1a28a4d15d219c4c5700db33e9ec190f9debb5b28fc243fa8436afe18f93d
|