TRIdentificationValidator is a Python library for validate Tc Identification Number quickly.
Use the package manager pip to install foobar.
pip install TRIdentificationValidator
from TRIdentification import TRIdentificationNumberValidator
# call method with this variables
TRIdentificationNumberValidator("tckn","name","surname", "birth year")
# returns True if valid TCKN
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.