Skip to content

A simple python script to extract the image from a Belgian E-ID card

License

Notifications You must be signed in to change notification settings

boosterl/eid-image-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

eid-image-extractor

Introduction

This is a small python script to extract the image from a Belgian electronic identity card.

How to install

Before running this script you will need a few dependencies, notably, python 3, pip3 and the python module eidreader.

To install eidreader you will also need to have swig installed. On an Arch system, the installation looks like this:

sudo pacman -S python3 swig
sudo pip install eidreader

How to use

After you installed the dependencies, you can just run the script:

python3 eid-image-extractor.py

After this, if everything went well, you will see a file with the name {NATIONAL_NUMBER}.jpeg next to the script.

About

A simple python script to extract the image from a Belgian E-ID card

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages