Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JbPasquier committed Dec 19, 2022
1 parent 0e28636 commit 4065721
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Tarifs Bleus EDF

From [this PDF](https://particulier.edf.fr/content/dam/2-Actifs/Documents/Offres/Grille_prix_Tarif_Bleu.pdf).
Generate 3 csv files (base, hchp, tempo) from [this PDF](https://particulier.edf.fr/content/dam/2-Actifs/Documents/Offres/Grille_prix_Tarif_Bleu.pdf).

## Prerequisite

* Python 3.10
* Pandas (`pip install pandas`)
* PyPDF (`pip install PyPDF`)

You may also want to use a virtualenv.

## Run

```bash
python app.py
```

3 CSV files will be generated on the `output` folder.

0 comments on commit 4065721

Please sign in to comment.