diff --git a/install_depend.bat b/install_depend.bat new file mode 100644 index 0000000..069f51f --- /dev/null +++ b/install_depend.bat @@ -0,0 +1,2 @@ +pip install customtkinter +pause \ No newline at end of file diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..b87e77a --- /dev/null +++ b/run.bat @@ -0,0 +1,2 @@ +python quest.py +pause \ No newline at end of file