- Download this repository locally. Make sure the Excel files you want to use are located in the Desktop folder.
python server.py- Go to http://0.0.0.0:3000/ in your browser.
- To install python:
sudo apt install python - To install pip:
sudo apt install python-pip - To install the rest of the requirements:
pip install -r requirements.txt
- Flask
- openpyxl
- pathlib