This is a small Flask app that lets you upload an Excel file and converts it into multiple JSON files, zipped and ready to download. It is specifically designed for creating the "minicards" displayed on the Data Nordeste website
-
Clone the repository
-
if you need it, create a virtual environment
python -m venv venv
source venv/bin/activate - Install dependencies
pip install -r requirements.txt- Run the app
python run.py- Open your browser and go to http://localhost:5000
- The first one with regional indicators
- The second one with state data
Once uploaded, the app will convert the content into multiple JSON files and return a ZIP for download.