From f73d02310640a6689b7b472cb43b68dbb61559c6 Mon Sep 17 00:00:00 2001 From: Wok Date: Wed, 29 Nov 2017 11:32:20 +0100 Subject: [PATCH] Windows .bat file to execute the whole process --- hiddenGems.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hiddenGems.bat diff --git a/hiddenGems.bat b/hiddenGems.bat new file mode 100644 index 0000000..b532b6b --- /dev/null +++ b/hiddenGems.bat @@ -0,0 +1,3 @@ +@echo off +pythonw.exe create_dict_using_json.py %* +pythonw.exe compute_stats.py %*