Converts a given table with data to GitHub-flavoured Markdown.
Made with Python, Flask and JQuery.
Check it out here:
If you want to work on the code yourself:
- Clone the repo
- Navigate to the downloaded folder
- Open Terminal/CMD in the folder
- Run
pip install -r requirements.txt - Once it is finished, run
python main.py - You're good to go!