Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 323 Bytes

NICV

  • National Identity Card Validator and Information Exetractor

Supported NICs

  • NIC of Sri Lanka (LK) 🇱🇰

Usage

from nicv import LK_NIC

my_nic = LK_NIC("123456789v")

print(my_nic.dob()) # output: {'year': '1912', 'month': 'december', 'day': 10}
print(my_nic.gender) # output: male