Skip to content
/ nicv Public

Python package to verify national identity cards (NICs) and to extractor data from NIC number

Notifications You must be signed in to change notification settings

nzx9/nicv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Python package to verify national identity cards (NICs) and to extractor data from NIC number

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages