Skip to content

Instantly share code, notes, and snippets.

View giufus's full-sized avatar

Giufus giufus

  • Italy
View GitHub Profile
@giufus
giufus / codice_fiscale
Last active October 5, 2021 11:17
python codice fiscale
- Install the library (tkz to https://github.com/fabiocaccamo/python-codicefiscale)
pip install codicefiscale
- Create the script ~/codice_suca
```
#!/bin/env bash
COGNOME=$1
NOME=$2
SESSO=$3