An open API service indexing awesome lists of open source software.

https://github.com/dorukgezici/tcsorgu

TC Identity Number Check | PyPi Package & CLI
https://github.com/dorukgezici/tcsorgu

check cli identity turkey

Last synced: 7 months ago
JSON representation

TC Identity Number Check | PyPi Package & CLI

Awesome Lists containing this project

README

          

# TCsorgu
[![PyPI](https://img.shields.io/pypi/v/TCsorgu.svg)]() [![PyPI](https://img.shields.io/github/license/dorukgezici/TCsorgu)]()

TC Identity Number Check

## Installation
- `pip3 install TCsorgu`

## Usage as CLI
- `TCsorgu `
- Returns and prints bool (True or False)
- To see the parameters: `TCsorgu --help`

## Usage as Package
- `from TCsorgu import check_tc_id`
- `is_valid: bool = check_tc_id(id, name, surname, birth_year)`

## Service
- Service provided by [tckimlik.nvi.gov.tr](https://tckimlik.nvi.gov.tr)