A powerful command-line tool to fetch vehicle details using Indian registration numbers. Built with Python, uses API, and includes a demo fallback.
Tool by: MAHI-CYBERAWARE
GitHub: mahi-cyberaware/vehicleinfo
- ✅ Validates Indian vehicle number format (e.g., MH02FB2727)
- ✅ Fetches real data
- ✅ Handles multiple response formats (nested and flat)
- ✅ Automatic demo fallback if API fails
- ✅ Clean, formatted output with color
- ✅ Secure API key management via
.env
- Python 3.6+
- No external packages needed (uses only standard library)
git clone https://github.com/mahi-cyberaware/vehicleinfo.git
cd vehicleinfo
python3 vehicle_info.py
