Skip to content

dorukgezici/TCsorgu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCsorgu

PyPI PyPI

TC Identity Number Check

Installation

  • pip3 install TCsorgu

Usage as CLI

  • TCsorgu <id> <name> <surname> <birth_year>
  • 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