From 3a9f21e4a00a9f50e0808aa40b585e889656c02e Mon Sep 17 00:00:00 2001 From: InoriShio <126560588+InoriShio@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:42:09 +0100 Subject: [PATCH] Update README with usage and requirements Added usage instructions and requirements for the converter. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 90930f7..75336a0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # XLSX-converter-to-EML Excel to Election Markup Language converter + +Converts polling station data from Excel (.xlsx) to EML_NL 110b XML format. + +Usage: + + 1. Edit config.json with your election settings + 2. Run: python xlsx_to_eml.py + 3. Select your Excel file in the file dialog + 4. Choose where to save the output EML.xml file + +Requirements: +```python +pip install openpyxl +```