frankofil / PESEL-extractor

This software extracts all PESEL numbers from .txt file and decode from them gender and date of birth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PESEL extractor

What is a PESEL number?

PESEL is the national identification number used in Poland since 1979. It always has 11 digits, identifies just one person and cannot be changed to another one. The PESEL number is mandatory for all permanent residents of Poland and for temporary residents living in Poland for over 2 months.

How to use?

Firstly clone repository to your computer

git clone https://github.com/frankofil/PESEL-extractor.git

To run the program you have to run

python script.py

Then you will be asked to provide a path to .txt file in which you want to find all PESEL numbers and decode the gender and date of birth of those people. If you just want to test this software on given test.txt file, provide the path of test.txt file

PATH: test.txt

About

This software extracts all PESEL numbers from .txt file and decode from them gender and date of birth


Languages

Language:Python 100.0%