Metadata-Version: 2.1
Name: TCKN_generator
Version: 0.0.1
Summary: Turkish citizen idendity number generator and validator python package for test purposes only
Author-email: Kadir Kaya <kadir.kaya2859@gmail.com>, Cuneyd Kaya <cgultekink@gmail.com>
Project-URL: Homepage, https://github.com/Catch-XXII/TCKN_Generator
Project-URL: Bug Tracker, https://github.com/Catch-XXII/TCKN_Generator/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Turkish Citizen Number Generator & Validator

Turkish citizen idendity number generator and validator python package for test purposes only

call generator function without arguments
```commandline
generator()

:returns
28210487...
```

call validator function with any tckn as a string which you want to test
returns a tuple which holds bool and tckn:str value
```commandline
validator('tckn')
:returns
(True, '28210487...')
```

# Contributors

[![Github](https://img.shields.io/badge/Github-red?style=flat&logo=github)](https://github.com/kadirkaya28)
&nbsp;
[Kadir Kaya](https://github.com/kadirkaya28)
