Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 532 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 532 Bytes

CSVIFY

Overview

CSVIFY is a web-based tool to convert excel file to csv.

img

Deployment

TO run the tool, cd to CSVIFY directory and install the dependencies with

poetry install

run

poetry run python csvify.py

If you do not have poetry installed you can follow:

https://python-poetry.org/docs/#installation

Alternatively, you can build and run a docker image:

docker build -t csvify-image .

docker run -p 7070:7070 csvify-image

Open a browser and navigate to

localhost:7070